]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.team.ui/src/org/simantics/team/ui/Command.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.team.ui / src / org / simantics / team / ui / Command.java
index 17ace3dbf407edf99c24e594cdba7148c3376aae..d26fd2a35e0dd2b41e989d2aec2df2d024ce6ab2 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.team.ui;\r
-\r
-import org.simantics.db.ChangeSetIdentifier;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface Command {\r
-    ChangeSetIdentifier getChangeSetIdentifier() throws DatabaseException ;\r
-    void dumpToSelectedRevision() throws DatabaseException ;\r
-    void undoToSelectedRevision() throws DatabaseException ;\r
-    void initUndoListFromSelectedRevision() throws DatabaseException;\r
-}\r
+package org.simantics.team.ui;
+
+import org.simantics.db.ChangeSetIdentifier;
+import org.simantics.db.exception.DatabaseException;
+
+public interface Command {
+    ChangeSetIdentifier getChangeSetIdentifier() throws DatabaseException ;
+    void dumpToSelectedRevision() throws DatabaseException ;
+    void undoToSelectedRevision() throws DatabaseException ;
+    void initUndoListFromSelectedRevision() throws DatabaseException;
+}