]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/testing/repository/TestRepository.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / testing / repository / TestRepository.java
index 6bbbf214d16065c58fb15d1ee90104a51fa7c0e5..485b2f65d41fa87ff36a176d59019c633a0edbc5 100644 (file)
@@ -1,9 +1,9 @@
-package org.simantics.scl.compiler.testing.repository;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.scl.compiler.testing.TestRunnable;\r
-\r
-public interface TestRepository {\r
-    void collectTests(Collection<TestRunnable> tests);\r
-}\r
+package org.simantics.scl.compiler.testing.repository;
+
+import java.util.Collection;
+
+import org.simantics.scl.compiler.testing.TestRunnable;
+
+public interface TestRepository {
+    void collectTests(Collection<TestRunnable> tests);
+}