]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/service/ExternalOperation.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / service / ExternalOperation.java
index 0e1568aec13cca04214aa6d46ee283a35a8dc42d..d12414c79b2e86f46eb7b9ed283ce74459c80dc3 100644 (file)
@@ -1,19 +1,19 @@
-package org.simantics.db.service;\r
-\r
-public interface ExternalOperation {\r
-       /**\r
-        * Undoes the operation. If operation is disposed, does nothing.\r
-        */\r
-       void undo();\r
-\r
-       /**\r
-        * Redoes the operation. If operation is disposed, does nothing.\r
-        */\r
-       void redo();\r
-\r
-       /**\r
-        * Tells if external operation is still valid. For example operations\r
-        * related to experiments are disposed when the experiment is disposed.\r
-        */\r
-       boolean isDisposed();\r
-}\r
+package org.simantics.db.service;
+
+public interface ExternalOperation {
+       /**
+        * Undoes the operation. If operation is disposed, does nothing.
+        */
+       void undo();
+
+       /**
+        * Redoes the operation. If operation is disposed, does nothing.
+        */
+       void redo();
+
+       /**
+        * Tells if external operation is still valid. For example operations
+        * related to experiments are disposed when the experiment is disposed.
+        */
+       boolean isDisposed();
+}