]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/CommandContextMutable.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.server.io / src / org / simantics / document / server / io / CommandContextMutable.java
index 2cb6f57bce7509c6272d88e53337e801a743eb13..e766e430bdcfd9929d25f36da9483126dd1facd0 100644 (file)
@@ -1,13 +1,13 @@
-package org.simantics.document.server.io;\r
-\r
-import java.util.List;\r
-\r
-public interface CommandContextMutable extends CommandContext {\r
-       \r
-    @Deprecated\r
-       public CommandContextMutable putString(String key, String value);\r
-    \r
-       public CommandContextMutable putRow(String key, List<Object> row);\r
-       public CommandContextMutable merge(CommandContext context);\r
-       public CommandContextMutable putValue(String key, Object value);\r
-}\r
+package org.simantics.document.server.io;
+
+import java.util.List;
+
+public interface CommandContextMutable extends CommandContext {
+       
+    @Deprecated
+       public CommandContextMutable putString(String key, String value);
+    
+       public CommandContextMutable putRow(String key, List<Object> row);
+       public CommandContextMutable merge(CommandContext context);
+       public CommandContextMutable putValue(String key, Object value);
+}