X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph.swing%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fswing%2FComponentNode2.java;h=bd32de6dcbb0b4490d0e15439394310482413b5c;hb=4881fb88d55e80473a6f3117b0d0b8265a3b66b2;hp=250e291790a9047f7f7b762946e14457dbd8f377;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/swing/ComponentNode2.java b/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/swing/ComponentNode2.java index 250e29179..bd32de6dc 100644 --- a/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/swing/ComponentNode2.java +++ b/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/swing/ComponentNode2.java @@ -1,22 +1,22 @@ -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 extends ComponentNode { - /** - * - */ - private static final long serialVersionUID = 3275892312292369026L; - - @Override - public void init(){ - - } -} +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 extends ComponentNode { + /** + * + */ + private static final long serialVersionUID = 3275892312292369026L; + + @Override + public void init(){ + + } +}