Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/src-gen/org/eclipse/papyrus/extendedtypes/uml/applystereotypeactionconfiguration/provider/ApplyStereotypeActionConfigurationItemProviderAdapterFactory.java')
-rw-r--r--tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/src-gen/org/eclipse/papyrus/extendedtypes/uml/applystereotypeactionconfiguration/provider/ApplyStereotypeActionConfigurationItemProviderAdapterFactory.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/src-gen/org/eclipse/papyrus/extendedtypes/uml/applystereotypeactionconfiguration/provider/ApplyStereotypeActionConfigurationItemProviderAdapterFactory.java b/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/src-gen/org/eclipse/papyrus/extendedtypes/uml/applystereotypeactionconfiguration/provider/ApplyStereotypeActionConfigurationItemProviderAdapterFactory.java
index e169d2e533f..39245d6b8b7 100644
--- a/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/src-gen/org/eclipse/papyrus/extendedtypes/uml/applystereotypeactionconfiguration/provider/ApplyStereotypeActionConfigurationItemProviderAdapterFactory.java
+++ b/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/src-gen/org/eclipse/papyrus/extendedtypes/uml/applystereotypeactionconfiguration/provider/ApplyStereotypeActionConfigurationItemProviderAdapterFactory.java
@@ -12,7 +12,6 @@ import java.util.Collection;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.Notifier;
-
import org.eclipse.emf.edit.provider.ChangeNotifier;
import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
import org.eclipse.emf.edit.provider.ComposedAdapterFactory;
@@ -24,8 +23,7 @@ import org.eclipse.emf.edit.provider.IItemPropertySource;
import org.eclipse.emf.edit.provider.INotifyChangedListener;
import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
-
-import org.eclipse.papyrus.extendedtypes.uml.applystereotypeactionconfiguration.util.ApplyStereotypeActionConfigurationAdapterFactory;
+import org.eclipse.papyrus.uml.tools.extendedtypes.applystereotypeactionconfiguration.util.ApplyStereotypeActionConfigurationAdapterFactory;
/**
* This is the factory that is used to provide the interfaces needed to support Viewers.

Back to the top