]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.team.ui/src/org/simantics/team/internal/Kraa.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.team.ui / src / org / simantics / team / internal / Kraa.java
index d5ad57da710948811e5152717c0277f4408aaf61..26a7cee7caa273a21b581e8e5ae6d0b98a1653b9 100644 (file)
@@ -1,22 +1,22 @@
-package org.simantics.team.internal;\r
-\r
-import java.nio.ByteBuffer;\r
-import java.nio.DoubleBuffer;\r
-\r
-public class Kraa {\r
-\r
-    /**\r
-     * @param args\r
-     */\r
-    public static void main(String[] args) {\r
-        byte[] bytes = {63, -16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63, -16, 0, 0, 0, 0, 0, 0, 64, 49, 0, 0, 0, 0, 0, 0, 64, 104, 32, 0, 0, 0, 0, 0};\r
-        ByteBuffer bf = ByteBuffer.wrap(bytes);\r
-        DoubleBuffer buf = bf.asDoubleBuffer();\r
-        for (int i=0; i<bytes.length/8; ++i) \r
-            System.out.println("" + buf.get());\r
-        \r
-        // TODO Auto-generated method stub\r
-\r
-    }\r
-\r
-}\r
+package org.simantics.team.internal;
+
+import java.nio.ByteBuffer;
+import java.nio.DoubleBuffer;
+
+public class Kraa {
+
+    /**
+     * @param args
+     */
+    public static void main(String[] args) {
+        byte[] bytes = {63, -16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63, -16, 0, 0, 0, 0, 0, 0, 64, 49, 0, 0, 0, 0, 0, 0, 64, 104, 32, 0, 0, 0, 0, 0};
+        ByteBuffer bf = ByteBuffer.wrap(bytes);
+        DoubleBuffer buf = bf.asDoubleBuffer();
+        for (int i=0; i<bytes.length/8; ++i) 
+            System.out.println("" + buf.get());
+        
+        // TODO Auto-generated method stub
+
+    }
+
+}