svn commit: r16269 - trunk/src/argouml-app/src/org/argouml/uml/ui/ActionBooleanTaggedValue.java

Tom Morris <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-12-06 15:31:33-0800
New Revision: 16269

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/ui/ActionBooleanTaggedValue.java

Log:
Make comment a Javadoc comment

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/ActionBooleanTaggedValue.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/ActionBooleanTaggedValue.java?view=diff&pathrev=16269&r1=16268&r2=16269
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/ActionBooleanTaggedValue.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/ActionBooleanTaggedValue.java	2008-12-06 15:31:33-0800
@@ -58,12 +58,13 @@
         tagName = theTagName;
     }
 
-    /*
+    /**
      * set the taggedvalue according to the condition of the checkbox. The
      * taggedvalue will be created if not existing.
      *
      * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
      */
+    @Override
     public void actionPerformed(ActionEvent e) {
         super.actionPerformed(e);
         if (!(e.getSource() instanceof UMLCheckBox2)) {

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=980636

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.