Author: ruschein
Date: 2010-10-14 16:18:20 -0700 (Thu, 14 Oct 2010)
New Revision: 22244

Modified:
   
core3/work-swing-api/trunk/src/main/java/org/cytoscape/work/swing/AbstractGUITunableInterceptor.java
Log:
Removed obsolete imports and fixed Javadoc errors.

Modified: 
core3/work-swing-api/trunk/src/main/java/org/cytoscape/work/swing/AbstractGUITunableInterceptor.java
===================================================================
--- 
core3/work-swing-api/trunk/src/main/java/org/cytoscape/work/swing/AbstractGUITunableInterceptor.java
        2010-10-14 22:01:42 UTC (rev 22243)
+++ 
core3/work-swing-api/trunk/src/main/java/org/cytoscape/work/swing/AbstractGUITunableInterceptor.java
        2010-10-14 23:18:20 UTC (rev 22244)
@@ -2,9 +2,7 @@
 
 
 import java.util.ArrayList;
-import java.util.HashMap;
 import java.util.List;
-import java.util.Map;
 
 import javax.swing.JDialog;
 import javax.swing.JFrame;
@@ -99,9 +97,9 @@
         *
         * The new values that have been entered for the Object contained in 
<code>GUITunableHandlers</code> are also set if the user clicks on <i>"OK"</i>
         *
-        * @param an array of objects with <code>Tunables</code>s
+        * @param proxyObjs an array of objects with <code>Tunables</code>s
         *
-        * @return if new values has been successfully set
+        * @return if new values have been successfully set
         */
        final public boolean execUI(Object... proxyObjs) {
                final JPanel panel = getUI(proxyObjs);

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to