]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/StateUndoContextBase.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / base / StateUndoContextBase.java
index 172114991afb9b2bd24412e9ac8b552b50145f9e..b268104e39991dc671e89316227bb8b3dbdae32a 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.structural.synchronization.base;\r
-\r
-\r
-/**\r
- * Stores state information of removed modules.\r
- * \r
- * @author Hannu Niemistö\r
- */\r
-public interface StateUndoContextBase {\r
-       \r
-    public void saveState(Solver solver, int componentId, String uid);\r
-    public boolean loadState(Solver solver, int componentId, String uid);\r
-       \r
-}\r
+package org.simantics.structural.synchronization.base;
+
+
+/**
+ * Stores state information of removed modules.
+ * 
+ * @author Hannu Niemistö
+ */
+public interface StateUndoContextBase {
+       
+    public void saveState(Solver solver, int componentId, String uid);
+    public boolean loadState(Solver solver, int componentId, String uid);
+       
+}