Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcdumoulin2010-01-14 09:49:03 +0000
committercdumoulin2010-01-14 09:49:03 +0000
commit7ba4f40283e8ffdf384a9a7aa671cbb49c8bc0b1 (patch)
tree1c9dec220a85154677363654444c08d6b5c279f2
parentc382d706b1afd192d6240722dfa0c1a6fc59ccb7 (diff)
downloadorg.eclipse.papyrus-7ba4f40283e8ffdf384a9a7aa671cbb49c8bc0b1.tar.gz
org.eclipse.papyrus-7ba4f40283e8ffdf384a9a7aa671cbb49c8bc0b1.tar.xz
org.eclipse.papyrus-7ba4f40283e8ffdf384a9a7aa671cbb49c8bc0b1.zip
ASSIGNED - bug 290904: [backbone] Remove old and unused stuff
https://bugs.eclipse.org/bugs/show_bug.cgi?id=290904 Remove java 6 @overidde
-rw-r--r--plugins/core/org.eclipse.papyrus.core/src/org/eclipse/papyrus/core/extension/diagrameditor/EditorIconFactory.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/core/org.eclipse.papyrus.core/src/org/eclipse/papyrus/core/extension/diagrameditor/EditorIconFactory.java b/plugins/core/org.eclipse.papyrus.core/src/org/eclipse/papyrus/core/extension/diagrameditor/EditorIconFactory.java
index cbca302de3a..b66bf1024d2 100644
--- a/plugins/core/org.eclipse.papyrus.core/src/org/eclipse/papyrus/core/extension/diagrameditor/EditorIconFactory.java
+++ b/plugins/core/org.eclipse.papyrus.core/src/org/eclipse/papyrus/core/extension/diagrameditor/EditorIconFactory.java
@@ -51,8 +51,6 @@ public class EditorIconFactory implements IEditorIconFactory {
* @param pageIdentifier
* @return
*/
-
- @Override
public Image getEditorIcon(Object pageIdentifier) {

Back to the top