X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.structural.synchronization%2Fsrc%2Forg%2Fsimantics%2Fstructural%2Fsynchronization%2Fbase%2FModuleUpdaterFactoryBase.java;fp=bundles%2Forg.simantics.structural.synchronization.client%2Fsrc%2Forg%2Fsimantics%2Fstructural%2Fsynchronization%2Fbase%2FModuleUpdaterFactoryBase.java;h=e384e1a2dd4b5804617baf070dbe7fdd68705475;hb=e4007b17057ff4acc2e900c5c811743b74f71f41;hp=f30527e3d29822ccfa0d18417740b39e195315b6;hpb=3fe6778c21d6437e90d08987de6dae7bca89bc6d;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java b/bundles/org.simantics.structural.synchronization/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java similarity index 78% rename from bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java rename to bundles/org.simantics.structural.synchronization/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java index f30527e3d..e384e1a2d 100644 --- a/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java +++ b/bundles/org.simantics.structural.synchronization/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java @@ -1,11 +1,9 @@ package org.simantics.structural.synchronization.base; -import org.simantics.db.exception.DatabaseException; import org.simantics.structural.synchronization.utils.ComponentBase; - public interface ModuleUpdaterFactoryBase> { - public ModuleUpdaterBase createUpdater(String id) throws DatabaseException; + public ModuleUpdaterBase createUpdater(String id) throws Exception; }