X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.structural.synchronization.client%2Fsrc%2Forg%2Fsimantics%2Fstructural%2Fsynchronization%2Fbase%2FComponentFactory.java;fp=bundles%2Forg.simantics.structural.synchronization.client%2Fsrc%2Forg%2Fsimantics%2Fstructural%2Fsynchronization%2Fbase%2FComponentFactory.java;h=0000000000000000000000000000000000000000;hb=bb4e04be3cb29a5d08e412cd4eaa90ad0158b954;hp=82ffe07cb826b95c0d11fad6fa1491c8e7452112;hpb=a5a5b0f8e0d52f5e400e3857c12fe862dd2e2dd9;p=simantics%2Fplatform.git 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 index 82ffe07cb..000000000 --- a/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ComponentFactory.java +++ /dev/null @@ -1,7 +0,0 @@ -package org.simantics.structural.synchronization.base; - -public interface ComponentFactory> { - - T create(String uid); - -}