svn commit: r19069 - trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValuesModel.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: thn
Date: 2011-02-24 01:10:43-0800
New Revision: 19069

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValuesModel.java

Log:
UML2: small correction (String conversion for tagged values)

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValuesModel.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValuesModel.java?view=diff&pathrev=19069&r1=19068&r2=19069
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValuesModel.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/TabTaggedValuesModel.java	2011-02-24 01:10:43-0800
@@ -8,6 +8,7 @@
  *
  * Contributors:
  *    tfmorris
+ *    Thomas Neustupny
  *****************************************************************************
  *
  * Some portions of this file was previously release using the BSD License:
@@ -201,7 +202,7 @@
             } else {
                 Object value = Model.getFacade().getValueOfTag(target, tv);
                 // TODO: handle list
-                return value;
+                return value.toString();
             }
         }
         return "TV-" + row * 2 + col; // for debugging

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2707141

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.