svn commit: r15206 - trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: penyaskito Date: 2008-07-08 08:29:17-0700 New Revision: 15206 Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java Log: Fixed comment. No functional change. Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java?view=diff&rev=15206&p1=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java&p2=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java&r1=15205&r2=15206 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java 2008-07-08 08:29:17-0700 @@ -70,18 +70,13 @@ } /** - * The list model for the namespace of a diagram. + * The list model for the enumeration of a literal. * * @author [email protected] */ class EnumerationListModel extends DefaultListModel implements TargetListener { /** - * - */ - private static final long serialVersionUID = 5200714273864311332L; - - /** * Constructor for EnumerationListModel. */ public EnumerationListModel() {