]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/CommandBuilder.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 / CommandBuilder.java
diff --git a/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/CommandBuilder.java b/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/CommandBuilder.java
deleted file mode 100644 (file)
index 57b8d9a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package org.simantics.structural.synchronization.base;
-
-import org.simantics.structural.synchronization.utils.Solver;
-
-public interface CommandBuilder {
-
-       void apply(Solver solver);
-       <T> T getConcrete();
-       
-}