svn commit: r15772 - trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-09-22 16:35:30-0700
New Revision: 15772
Modified:
trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
Log:
Issue 5384: Update Javadoc to match implementation. No functional change.
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&rev=15772&p1=trunk/src/argouml-core-model/src/org/argouml/model/Facade.java&p2=trunk/src/argouml-core-model/src/org/argouml/model/Facade.java&r1=15771&r2=15772
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/Facade.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/Facade.java 2008-09-22 16:35:30-0700
@@ -2991,13 +2991,13 @@
/**
* Return the upper bound of the multiplicity of the given element
- * (AssociationEnd, Multiplicity or MultiplicityRange). A value of -1
- * corresponds to the special UML value 'unlimited' represented graphically
- * by '*'.
+ * (AssociationEnd, Multiplicity or MultiplicityRange). If the argument is
+ * an AssociationEnd and it has a null multiplicity, the value 0 will be
+ * return.
*
- * @param handle
- * is the model element
- * @return int
+ * @param handle a model element
+ * @return int upper bound. A value of -1 corresponds to the special UML
+ * value 'unlimited' represented graphically by '*'.
*/
int getUpper(Object handle);