diff --git a/org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/actions/InteractiveFeatureLocatorAction.java b/org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/actions/InteractiveFeatureLocatorAction.java index 8ab2517..35ca8c9 100644 --- a/org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/actions/InteractiveFeatureLocatorAction.java +++ b/org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/actions/InteractiveFeatureLocatorAction.java @@ -4,7 +4,7 @@ import interactivefeaturelocator.model.DerivationManager; import interactivefeaturelocator.model.Pattern; import interactivefeaturelocator.model.ProgressMonitor; -import interactivefeaturelocator.test.Test; +import interactivefeaturelocator.views.GUIUtil; import interactivefeaturelocator.views.InteractiveDerivationView; import interactivefeaturelocator.views.TraceView;