]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterFactoryBase.java
Refactoring of simulator toolkit
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / base / ModuleUpdaterFactoryBase.java
index 04320c9465b513fc6c99f4eaf4725886326c6a7d..f30527e3d29822ccfa0d18417740b39e195315b6 100644 (file)
@@ -1,6 +1,7 @@
 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>> {