svn commit: r13666 - trunk/src_new/org/argouml/uml/ui/UMLComboBoxModel2.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-10-10 21:55:11-0700
New Revision: 13666
Modified:
trunk/src_new/org/argouml/uml/ui/UMLComboBoxModel2.java
Log:
Javadoc typo
Modified: trunk/src_new/org/argouml/uml/ui/UMLComboBoxModel2.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/UMLComboBoxModel2.java?view=diff&rev=13666&p1=trunk/src_new/org/argouml/uml/ui/UMLComboBoxModel2.java&p2=trunk/src_new/org/argouml/uml/ui/UMLComboBoxModel2.java&r1=13665&r2=13666
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/UMLComboBoxModel2.java (original)
+++ trunk/src_new/org/argouml/uml/ui/UMLComboBoxModel2.java 2007-10-10 21:55:11-0700
@@ -103,7 +103,7 @@
/**
* Constructs a model for a combobox. The container given is used
- * to retreive the target that is manipulated through this
+ * to retrieve the target that is manipulated through this
* combobox. If clearable is true, the user can select null in the
* combobox and thereby clear the attribute in the model.
*