svn commit: r12727 - trunk/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementNamespaceComboBoxModel.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-05-30 12:02:28-0700
New Revision: 12727
Modified:
trunk/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementNamespaceComboBoxModel.java
Log:
Clean up compiler warnings and Javadoc
Modified: trunk/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementNamespaceComboBoxModel.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementNamespaceComboBoxModel.java?view=diff&rev=12727&p1=trunk/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementNamespaceComboBoxModel.java&p2=trunk/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementNamespaceComboBoxModel.java&r1=12726&r2=12727
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementNamespaceComboBoxModel.java (original)
+++ trunk/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementNamespaceComboBoxModel.java 2007-05-30 12:02:28-0700
@@ -74,7 +74,7 @@
Model.getCoreHelper().getAllPossibleNamespaces(target, model);
/* These next lines for the case that the current namespace
- * is not a valid one... Which ofcourse should not happen,
+ * is not a valid one... Which of course should not happen,
* but it does - see the project attached to issue 3772.
*/
/* TODO: Enhance the isValidNamespace function so