svn commit: r17099 - trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValues.java
Alexander Lepekhine <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: lepekhine
Date: 2009-04-12 00:58:57-0700
New Revision: 17099
Modified:
trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValues.java
Log:
Remove TemplateParameter special case code
Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValues.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValues.java?view=diff&pathrev=17099&r1=17098&r2=17099
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValues.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValues.java 2009-04-12 00:58:57-0700
@@ -168,12 +168,7 @@
shouldBeEnabled = false;
return;
}
- // TODO: What is the purpose of this special case? - tfm
- if (Model.getFacade().isATemplateParameter(t)) {
- target = Model.getFacade().getParameter(t);
- } else {
- target = t;
- }
+ target = t;
shouldBeEnabled = true;
// Only update our model if we're visible
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1664548
To unsubscribe from this discussion, e-mail: [[email protected]].