]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / base / ModuleUpdaterFactoryBase.java
index c715cc90b5aac7ce0226b96b45a1a36a70683249..04320c9465b513fc6c99f4eaf4725886326c6a7d 100644 (file)
@@ -1,10 +1,10 @@
-package org.simantics.structural.synchronization.base;\r
-\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-\r
-public interface ModuleUpdaterFactoryBase<T extends ComponentBase<T>> {\r
-\r
-    public ModuleUpdaterBase<T> createUpdater(String id) throws DatabaseException;\r
-\r
-}\r
+package org.simantics.structural.synchronization.base;
+
+import org.simantics.db.exception.DatabaseException;
+
+
+public interface ModuleUpdaterFactoryBase<T extends ComponentBase<T>> {
+
+    public ModuleUpdaterBase<T> createUpdater(String id) throws DatabaseException;
+
+}