]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/swing/ComponentNode2.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scenegraph.swing / src / org / simantics / scenegraph / swing / ComponentNode2.java
index 250e291790a9047f7f7b762946e14457dbd8f377..bd32de6dcbb0b4490d0e15439394310482413b5c 100644 (file)
@@ -1,22 +1,22 @@
-package org.simantics.scenegraph.swing;\r
-\r
-import javax.swing.JComponent;\r
-\r
-/*\r
- * @author Teemu Mätäsniemi\r
- * \r
- * This class is for separating init() and attach methods().\r
- * attach() is called when node is part of tree.\r
- * init() is called while node is loaded.\r
- */\r
-public class ComponentNode2<T extends JComponent> extends ComponentNode<T> {\r
-       /**\r
-        * \r
-        */\r
-       private static final long serialVersionUID = 3275892312292369026L;\r
-\r
-       @Override\r
-       public void init(){\r
-               \r
-       }\r
-}\r
+package org.simantics.scenegraph.swing;
+
+import javax.swing.JComponent;
+
+/*
+ * @author Teemu Mätäsniemi
+ * 
+ * This class is for separating init() and attach methods().
+ * attach() is called when node is part of tree.
+ * init() is called while node is loaded.
+ */
+public class ComponentNode2<T extends JComponent> extends ComponentNode<T> {
+       /**
+        * 
+        */
+       private static final long serialVersionUID = 3275892312292369026L;
+
+       @Override
+       public void init(){
+               
+       }
+}