]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.server/src/org/simantics/document/server/IEventCommand.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.server / src / org / simantics / document / server / IEventCommand.java
index 5e678d1783a4fc98b48c247456005160a4126948..b971fef4c6b6ca8540d8cc257c7166db1d0c7f04 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.document.server;\r
-\r
-public interface IEventCommand {\r
-    \r
-    public void setNext(IEventCommand command);\r
-    public IEventCommand getNext();    \r
-    public void handleCommand();\r
-    public void commandSuccess();\r
-    public void commandError(String errorMessage);\r
-\r
-}\r
+package org.simantics.document.server;
+
+public interface IEventCommand {
+    
+    public void setNext(IEventCommand command);
+    public IEventCommand getNext();    
+    public void handleCommand();
+    public void commandSuccess();
+    public void commandError(String errorMessage);
+
+}