]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/utils/InitValueSupport.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scenegraph / src / org / simantics / scenegraph / utils / InitValueSupport.java
index a86aeef447847ab37f2e87908d2e20a7f84c415e..7c53c3f16472502602ec2914700aae0793243b75 100644 (file)
@@ -1,10 +1,10 @@
-package org.simantics.scenegraph.utils;\r
-\r
-/**\r
- * This interface provides method for initializing scene graph node with default values.\r
- * This interface should be only implemented by nodes that are aware of their default values.\r
- * \r
- */\r
-public interface InitValueSupport {\r
-       public void initValues();\r
-}\r
+package org.simantics.scenegraph.utils;
+
+/**
+ * This interface provides method for initializing scene graph node with default values.
+ * This interface should be only implemented by nodes that are aware of their default values.
+ * 
+ */
+public interface InitValueSupport {
+       public void initValues();
+}