]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/experimentation/TestEquals.java
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / experimentation / TestEquals.java
index 022ae572f44250ea8403bedcafc789933f505b6f..fa3e8ff93acf938c8e15b3cb19b1f708d2a6cc3f 100644 (file)
@@ -1,15 +1,15 @@
-package org.simantics.scl.compiler.tests.experimentation;\r
-\r
-public class TestEquals {\r
-    public static boolean eqInt(int a, int b) {\r
-        return a==b;\r
-    }\r
-    \r
-    public static boolean eqDouble(double a, double b) {\r
-        return a==b;\r
-    }\r
-    \r
-    public static boolean eqObject(Object a, Object b) {\r
-        return a.equals(b);\r
-    }\r
-}\r
+package org.simantics.scl.compiler.tests.experimentation;
+
+public class TestEquals {
+    public static boolean eqInt(int a, int b) {
+        return a==b;
+    }
+    
+    public static boolean eqDouble(double a, double b) {
+        return a==b;
+    }
+    
+    public static boolean eqObject(Object a, Object b) {
+        return a.equals(b);
+    }
+}