]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/scratch/org/simantics/databoard/tests/Jotakin7.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / scratch / org / simantics / databoard / tests / Jotakin7.java
index 808006be42d5eada322db14b3dd8d8b1c0d58f17..f4b3fd5925bf8cfdc428204a5abc48038092f57b 100644 (file)
@@ -1,26 +1,26 @@
-package org.simantics.databoard.tests;\r
-\r
-import org.simantics.databoard.annotations.Length;\r
-\r
-/**\r
- *\r
- * @author Toni Kalajainen <toni.kalajainen@iki.fi>\r
- */\r
-public class Jotakin7 {\r
-       class Tmp {\r
-               public @Length("[0..5]") boolean[] a;\r
-               public @Length("[0..5]") byte[] b;\r
-               public @Length("[0..5]") int[] c;\r
-               public @Length("[0..5]") long[] d;\r
-               public @Length("[0..5]") float[] e;\r
-               public @Length("[0..5]") double[] f;\r
-               public @Length("[0..5]") Object[] g;\r
-               public @Length("[0..5]") String[] h;\r
-       }\r
-\r
-       public static void main(String[] args) throws Exception {\r
-               //Binding tb = Bindings.getBinding(Tmp.class);\r
-\r
-       }\r
-       \r
-}\r
+package org.simantics.databoard.tests;
+
+import org.simantics.databoard.annotations.Length;
+
+/**
+ *
+ * @author Toni Kalajainen <toni.kalajainen@iki.fi>
+ */
+public class Jotakin7 {
+       class Tmp {
+               public @Length("[0..5]") boolean[] a;
+               public @Length("[0..5]") byte[] b;
+               public @Length("[0..5]") int[] c;
+               public @Length("[0..5]") long[] d;
+               public @Length("[0..5]") float[] e;
+               public @Length("[0..5]") double[] f;
+               public @Length("[0..5]") Object[] g;
+               public @Length("[0..5]") String[] h;
+       }
+
+       public static void main(String[] args) throws Exception {
+               //Binding tb = Bindings.getBinding(Tmp.class);
+
+       }
+       
+}