svn commit: r13648 - trunk/src_new/org/argouml/uml/StereotypeUtility.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2007-10-09 05:16:59-0700
New Revision: 13648
Modified:
trunk/src_new/org/argouml/uml/StereotypeUtility.java
Log:
Improved the javadoc of the dealWithStereotypes function.
Modified: trunk/src_new/org/argouml/uml/StereotypeUtility.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/StereotypeUtility.java?view=diff&rev=13648&p1=trunk/src_new/org/argouml/uml/StereotypeUtility.java&p2=trunk/src_new/org/argouml/uml/StereotypeUtility.java&r1=13647&r2=13648
==============================================================================
--- trunk/src_new/org/argouml/uml/StereotypeUtility.java (original)
+++ trunk/src_new/org/argouml/uml/StereotypeUtility.java 2007-10-09 05:16:59-0700
@@ -243,7 +243,8 @@
* given in the form of a "," seperated string of stereotype names.
*
* @param umlobject the UML element to adapt
- * @param stereotype comma seperated stereotype names
+ * @param stereotype Comma seperated list stereotype names. Empty string
+ * or <code>null</code> represents no stereotypes.
* @param full false if stereotypes are only added,
* true if removal should be done, too.
*/