]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/CategoryNode.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / CategoryNode.java
index 8cb083f4f0b24b0cffd8fd3b370836d35e3b68cb..bd9a1f796f6d25c453a043e47013918f03125321 100644 (file)
@@ -1,8 +1,8 @@
-package org.simantics.selectionview;\r
-\r
-public interface CategoryNode {\r
-\r
-       String getName();\r
-       String getSortingName();\r
-       \r
-}\r
+package org.simantics.selectionview;
+
+public interface CategoryNode {
+
+       String getName();
+       String getSortingName();
+       
+}