]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/StructuralParentNode.java
White space clean-up
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / g3d / scenegraph / structural / StructuralParentNode.java
index d5e41a5cf482c5d7ec55544bccde135882d2b4eb..1ae000969cfe2f4f1830f38b78220a0055b83db5 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.ArrayList;\r
@@ -69,7 +80,7 @@ public abstract class StructuralParentNode<T extends IStructuralNode> extends Pa
                ctx = object;\r
        }\r
        \r
-    private List<IStructuralNode> publisher = new ArrayList<IStructuralNode>(1);\r
+       private List<IStructuralNode> publisher = new ArrayList<IStructuralNode>(1);\r
        \r
        @Override\r
        public void addPublishedBy(IStructuralNode node) {\r