]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ComponentFactory.java
Refactoring of simulator toolkit
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / base / ComponentFactory.java
diff --git a/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ComponentFactory.java b/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ComponentFactory.java
deleted file mode 100644 (file)
index 82ffe07..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-package org.simantics.structural.synchronization.base;
-
-public interface ComponentFactory<T extends ComponentBase<T>> {
-
-       T create(String uid);
-       
-}