svn commit: r14815 - trunk/src/argouml-app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2008-05-28 11:21:32-0700
New Revision: 14815
Modified:
trunk/src/argouml-app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java
Log:
Improved comments.
Modified: trunk/src/argouml-app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java?view=diff&rev=14815&p1=trunk/src/argouml-app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java&p2=trunk/src/argouml-app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java&r1=14814&r2=14815
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java (original)
+++ trunk/src/argouml-app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java 2008-05-28 11:21:32-0700
@@ -258,7 +258,7 @@
/**
* Parse a string on the format:
* <pre>
- * [ << stereotype >>] [+|-|#|~] [name]
+ * [ << stereotype >>] [+|-|#|~] [full_pathname ::] [name]
* </pre>
*
* @param me The ModelElement <em>text</em> describes.
@@ -905,7 +905,8 @@
* or a collection of stereotypes
* or a modelelement of which the stereotypes are retrieved
* @param args arguments that may determine the notation
- * @return a string representing the given stereotype(s)
+ * @return a string representing the given stereotype(s).
+ * This string is guaranteed not null.
*/
public static String generateStereotype(Object st, Map args) {
return generateStereotype(st);