svn commit: r13791 - trunk/src_new/org/argouml/notation/NotationNameImpl.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2007-11-19 13:55:18-0800
New Revision: 13791
Modified:
trunk/src_new/org/argouml/notation/NotationNameImpl.java
Log:
Added explanation.
Modified: trunk/src_new/org/argouml/notation/NotationNameImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/notation/NotationNameImpl.java?view=diff&rev=13791&p1=trunk/src_new/org/argouml/notation/NotationNameImpl.java&p2=trunk/src_new/org/argouml/notation/NotationNameImpl.java&r1=13790&r2=13791
==============================================================================
--- trunk/src_new/org/argouml/notation/NotationNameImpl.java (original)
+++ trunk/src_new/org/argouml/notation/NotationNameImpl.java 2007-11-19 13:55:18-0800
@@ -58,6 +58,8 @@
private String version;
private Icon icon;
+ /** The one and only list of notations available
+ * in the running ArgoUML application. */
private static ArrayList<NotationName> notations =
new ArrayList<NotationName>();