]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/CommandResult.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.server.io / src / org / simantics / document / server / io / CommandResult.java
index 895da35d0344dec600bf45f5a0f5f579bbc17f8c..d45a9f3d4d19de30b938082a604fa8112dd99658 100644 (file)
@@ -1,9 +1,9 @@
-package org.simantics.document.server.io;\r
-\r
-public interface CommandResult {\r
-\r
-       int getReturnCode();\r
-       String getStatus();\r
-       CommandContextMutable getAssignments();\r
-       \r
-}\r
+package org.simantics.document.server.io;
+
+public interface CommandResult {
+
+       int getReturnCode();
+       String getStatus();
+       CommandContextMutable getAssignments();
+       
+}