svn commit: r13701 - trunk/src_new/org/argouml/uml/ui/UMLComboBoxEntry.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-11-03 17:10:36-0700
New Revision: 13701
Modified:
trunk/src_new/org/argouml/uml/ui/UMLComboBoxEntry.java
Log:
Fix deprecation annotation
Modified: trunk/src_new/org/argouml/uml/ui/UMLComboBoxEntry.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/UMLComboBoxEntry.java?view=diff&rev=13701&p1=trunk/src_new/org/argouml/uml/ui/UMLComboBoxEntry.java&p2=trunk/src_new/org/argouml/uml/ui/UMLComboBoxEntry.java&r1=13700&r2=13701
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/UMLComboBoxEntry.java (original)
+++ trunk/src_new/org/argouml/uml/ui/UMLComboBoxEntry.java 2007-11-03 17:10:36-0700
@@ -42,7 +42,8 @@
*
* This class does not seem to be in use currently.
* Is it a good idea to complete this? Or shall we remove?
- * @deprecated in 0.25.1 This class is never instantiated by ArgoUML
+ * @deprecated in 0.25.1 by Bob Tarling. This class is never instantiated
+ * by ArgoUML.
*/
public class UMLComboBoxEntry implements Comparable {