svn commit: r13901 - trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-12-10 23:42:16-0800
New Revision: 13901
Modified:
trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java
Log:
Clarify Javadoc. No functional change.
Modified: trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java?view=diff&rev=13901&p1=trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java&p2=trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java&r1=13900&r2=13901
==============================================================================
--- trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java (original)
+++ trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java 2007-12-10 23:42:16-0800
@@ -2068,8 +2068,10 @@
}
/**
- * When using <code>BigIcon</code> mode and zero or more than one stereotype
- * the practical view should be the default one.
+ * Return a stereotype view which is most practical for the current
+ * conditions. If the current mode is set to <code>BigIcon</code> mode and
+ * the model element has zero or more than one stereotype the practical view
+ * should be the textual view.
*
* @return current practical stereotype view
*/