]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/ActionFactory2.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / adapter / ActionFactory2.java
index f84ec6ae9f5878272a39c651630c4f686c4d1df8..992f14021c7e4abcba2417fbd5073db61375906a 100644 (file)
@@ -1,7 +1,7 @@
-package org.simantics.db.layer0.adapter;\r
-\r
-import java.util.Collection;\r
-\r
-public interface ActionFactory2 {\r
-    Runnable create(Collection<?> targets);\r
-}\r
+package org.simantics.db.layer0.adapter;
+
+import java.util.Collection;
+
+public interface ActionFactory2 {
+    Runnable create(Collection<?> targets);
+}