Author: ruschein
Date: 2010-09-01 15:39:42 -0700 (Wed, 01 Sep 2010)
New Revision: 21658

Modified:
   core3/work-api/trunk/src/main/java/org/cytoscape/work/SuperTask.java
   core3/work-api/trunk/src/main/java/org/cytoscape/work/Tunable.java
Log:
Improved JavaDoc

Modified: core3/work-api/trunk/src/main/java/org/cytoscape/work/SuperTask.java
===================================================================
--- core3/work-api/trunk/src/main/java/org/cytoscape/work/SuperTask.java        
2010-09-01 22:01:20 UTC (rev 21657)
+++ core3/work-api/trunk/src/main/java/org/cytoscape/work/SuperTask.java        
2010-09-01 22:39:42 UTC (rev 21658)
@@ -69,8 +69,6 @@
         * <p><code>new SuperTask("Example", new MyTask1(), new MyTask2(),
         * new MyTask3());</code></p>
         *
-        * @param title The title of the <code>SuperTask</code> that describes
-        * succinctly what the <code>SuperTask</code> does.
         * @param subtasks The subtasks to be grouped together by
         * <code>SuperTask</code>. The order of <code>subtasks</code> is the
         * order of execution. Each subtask has an equal amount of the progress 
bar.

Modified: core3/work-api/trunk/src/main/java/org/cytoscape/work/Tunable.java
===================================================================
--- core3/work-api/trunk/src/main/java/org/cytoscape/work/Tunable.java  
2010-09-01 22:01:20 UTC (rev 21657)
+++ core3/work-api/trunk/src/main/java/org/cytoscape/work/Tunable.java  
2010-09-01 22:39:42 UTC (rev 21658)
@@ -84,10 +84,10 @@
         * <p><pre>
         * <b>example</b>:
         * 
-        *      <code>@Tunable(description="write your first name", 
group={"Company","Department","office","identity"})</code>
+        *      <code>@Tunable(description="write your first name", 
groups={"Company","Department","office","identity"})</code>
         *      public String firstName = "John";
         * 
-        *      <code>@Tunable(description="write the name of your office", 
group={"Company","Department","office"})</code>
+        *      <code>@Tunable(description="write the name of your office", 
groups={"Company","Department","office"})</code>
         *      public String officeName = "CytoscapeDevelopment's Office";
         *      </code>
         * 

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