]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/IJSONResult.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.server.io / src / org / simantics / document / server / io / IJSONResult.java
index c64ee5270a3bc616b46e0dfab5941df0a209491a..a951d92bade222d60864516553e884deeb775e5c 100644 (file)
@@ -1,10 +1,10 @@
-package org.simantics.document.server.io;\r
-\r
-import java.util.Collection;\r
-\r
-public interface IJSONResult {\r
-\r
-    public int getSequenceNumber();\r
-    \r
-    public Collection<IJSONObject> getJSONObject();\r
-}\r
+package org.simantics.document.server.io;
+
+import java.util.Collection;
+
+public interface IJSONResult {
+
+    public int getSequenceNumber();
+    
+    public Collection<IJSONObject> getJSONObject();
+}