Author: ruschein
Date: 2010-10-13 16:33:59 -0700 (Wed, 13 Oct 2010)
New Revision: 22232

Modified:
   
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTaskFactory2.java
Log:
Added missing "params" argument for Tunable.

Modified: 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTaskFactory2.java
===================================================================
--- 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTaskFactory2.java
   2010-10-13 23:26:17 UTC (rev 22231)
+++ 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTaskFactory2.java
   2010-10-13 23:33:59 UTC (rev 22232)
@@ -37,7 +37,7 @@
 
 
 public class TunablesTestTaskFactory2 implements TaskFactory {
-       @Tunable(description="input file")
+       @Tunable(description="input file",params="input=true")
        public File inputFile;
 
        @Tunable(description="# of loops")

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