Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2018-05-28 14:38:09 +0000
committerBenoit Maggi2018-05-28 14:39:27 +0000
commitd7e31357e8f1e14738e4dc4db4bd53bf68dbd73b (patch)
treece7c641afc12dab430907d26798c1ac0350f156b /plugins/uml/tools
parentddbb15e314ee64b6134cadfb9954ad06fb44c3c2 (diff)
downloadorg.eclipse.papyrus-d7e31357e8f1e14738e4dc4db4bd53bf68dbd73b.tar.gz
org.eclipse.papyrus-d7e31357e8f1e14738e4dc4db4bd53bf68dbd73b.tar.xz
org.eclipse.papyrus-d7e31357e8f1e14738e4dc4db4bd53bf68dbd73b.zip
Bug 535209 - [Quality] Remove unused import/variable warning
- fix unused import - move example code from src to src-gen - remove unused variable Change-Id: Ic2d49c57277cc08f1b53027876b4ceab1bea515d Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'plugins/uml/tools')
-rw-r--r--plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/commands/UnapplyStereotypeCommand.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/commands/UnapplyStereotypeCommand.java b/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/commands/UnapplyStereotypeCommand.java
index 6431cffde95..624661207c5 100644
--- a/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/commands/UnapplyStereotypeCommand.java
+++ b/plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/commands/UnapplyStereotypeCommand.java
@@ -14,8 +14,6 @@ package org.eclipse.papyrus.uml.tools.commands;
import java.util.Collection;
import java.util.Collections;
-import org.eclipse.emf.common.notify.Notification;
-import org.eclipse.emf.common.notify.impl.NotificationImpl;
import org.eclipse.emf.transaction.RecordingCommand;
import org.eclipse.emf.transaction.TransactionalEditingDomain;
import org.eclipse.uml2.uml.Element;

Back to the top