]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/imports/Maybe4Imports.java
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / imports / Maybe4Imports.java
index 30fe62719a932893d3df752a13c6720d0556d6e1..5e7bb5427b63944d4fbf8977e05c129f4a61784f 100644 (file)
@@ -1,15 +1,15 @@
-package org.simantics.scl.compiler.tests.imports;\r
-\r
-import java.util.Random;\r
-\r
-public class Maybe4Imports {\r
-\r
-    public static Object toMaybeDouble(Random r, String s) {\r
-        try {\r
-            return new Double(s);\r
-        } catch(Exception e) {\r
-            return null;\r
-        }\r
-    }\r
-    \r
-}\r
+package org.simantics.scl.compiler.tests.imports;
+
+import java.util.Random;
+
+public class Maybe4Imports {
+
+    public static Object toMaybeDouble(Random r, String s) {
+        try {
+            return new Double(s);
+        } catch(Exception e) {
+            return null;
+        }
+    }
+    
+}