]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeViewerSectionFactory.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / componentTypeEditor / ComponentTypeViewerSectionFactory.java
index 1a034debff4d221a600fb781f798115f6bbe231f..bdf37d7a5e0c2ad2dab57524d549efbbb3aabdde 100644 (file)
@@ -1,10 +1,10 @@
-package org.simantics.modeling.ui.componentTypeEditor;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface ComponentTypeViewerSectionFactory {\r
-    boolean doesSupport(ReadGraph graph, Resource componentType) throws DatabaseException;\r
-    ComponentTypeViewerSection create(ComponentTypeViewerData data);\r
-}\r
+package org.simantics.modeling.ui.componentTypeEditor;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.exception.DatabaseException;
+
+public interface ComponentTypeViewerSectionFactory {
+    boolean doesSupport(ReadGraph graph, Resource componentType) throws DatabaseException;
+    ComponentTypeViewerSection create(ComponentTypeViewerData data);
+}