Author: ruschein
Date: 2010-10-13 16:18:06 -0700 (Wed, 13 Oct 2010)
New Revision: 22230

Modified:
   
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTask.java
Log:
Now only the setter must be annotated with @Tunable and not the getter.

Modified: 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTask.java
===================================================================
--- 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTask.java
   2010-10-13 23:07:29 UTC (rev 22229)
+++ 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTask.java
   2010-10-13 23:18:06 UTC (rev 22230)
@@ -129,7 +129,6 @@
        public void cancel() {
        }
 
-       @Tunable(description="Getter/setter int")
        public Integer getInt() { return new Integer(getterSetterInt); }
 
        @Tunable(description="Getter/setter int")

-- 
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