X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fexperimentation%2FTestEquals.java;h=fa3e8ff93acf938c8e15b3cb19b1f708d2a6cc3f;hb=HEAD;hp=022ae572f44250ea8403bedcafc789933f505b6f;hpb=1956b6ed85e1df65c4df58e6cb0ac6aa296e6939;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/experimentation/TestEquals.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/experimentation/TestEquals.java index 022ae572f..fa3e8ff93 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/experimentation/TestEquals.java +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/experimentation/TestEquals.java @@ -1,15 +1,15 @@ -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); - } -} +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); + } +}