svn commit: r19319 - trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2011-05-02 23:04:48-0700
New Revision: 19319
Modified:
trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
Log:
Comment only.
Modified: trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/Facade.java?view=diff&pathrev=19319&r1=19318&r2=19319
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/Facade.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/Facade.java 2011-05-02 23:04:48-0700
@@ -1,6 +1,6 @@
/* $Id$
*******************************************************************************
- * Copyright (c) 2010 Contributors - see below
+ * Copyright (c) 2010-2011 Contributors - see below
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -10,6 +10,7 @@
* Linus Tolke - initial implementation
* <see source control change log for other early contributors>
* Tom Morris - UML 1.4 and UML 2.x additions
+ * Michiel van der Wulp
*
*******************************************************************************
*/
@@ -3208,7 +3209,11 @@
Collection getTaggedValuesCollection(Object handle);
/**
- * Return the tagged value with a specific tag.
+ * Return the tagged value with a specific tag. <p>
+ *
+ * Warning: this method returns only the first TaggedValue found
+ * with the given name. Hence, this method is a simplification of
+ * the real problem and should be avoided.
*
* @param handle The model element the tagged value belongs to.
* @param name The tag name.
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2728563
To unsubscribe from this discussion, e-mail: [[email protected]].