]> gerrit.simantics Code Review - simantics/district.git/commitdiff
ComponentBase is in different package in later versions release/1.44.0
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 17 Jun 2020 19:23:45 +0000 (22:23 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 17 Jun 2020 19:35:05 +0000 (22:35 +0300)
gitlab #91

Change-Id: I97f95161020fe9bd0b86ab24680c772b4cc36fcf
(cherry picked from commit 88be98b72498185ba9edf5561c59b40bddbf5b85)

org.simantics.district.network/src/org/simantics/district/network/visualisations/triggers/VisualisationTriggerComponent.java

index 6502fe9fe2d0bf3cc306e0dbc4ba8a2e717a375b..b0a82e6b9e0c3a092e8874418635930d1ce057a1 100644 (file)
@@ -1,7 +1,7 @@
 package org.simantics.district.network.visualisations.triggers;
 
 import org.simantics.db.Resource;
-import org.simantics.structural.synchronization.base.ComponentBase;
+import org.simantics.structural.synchronization.utils.ComponentBase;
 
 public class VisualisationTriggerComponent {