svn commit: r16279 - trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java
Tom Morris <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-12-07 12:38:08-0800
New Revision: 16279
Modified:
trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java
Log:
Remove unused deprecated method
Modified: trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java?view=diff&pathrev=16279&r1=16278&r2=16279
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/explorer/ExplorerEventAdaptor.java 2008-12-07 12:38:08-0800
@@ -112,22 +112,7 @@
treeModel.structureChanged();
}
- /**
- * forwards this event to the tree model.
- *
- * @param element the modelelement to be removed
- * @deprecated for 0.25.4 by tfmorris. Send an event rather than calling
- * this method directly. This is not currently used by ArgoUML and removal
- * is handled by Model subsystem events.
- */
- @Deprecated
- public void modelElementRemoved(Object element) {
- if (treeModel == null) {
- return;
- }
- treeModel.modelElementRemoved(element);
- }
-
+
/**
* forwards this event to the tree model.
*
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=980879
To unsubscribe from this discussion, e-mail: [[email protected]].