]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java
Separate DB and non-DB code to different structural sync bundles
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / base / ModuleUpdaterFactoryBase.java
diff --git a/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java b/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java
deleted file mode 100644 (file)
index f30527e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package org.simantics.structural.synchronization.base;
-
-import org.simantics.db.exception.DatabaseException;
-import org.simantics.structural.synchronization.utils.ComponentBase;
-
-
-public interface ModuleUpdaterFactoryBase<T extends ComponentBase<T>> {
-
-    public ModuleUpdaterBase<T> createUpdater(String id) throws DatabaseException;
-
-}