Author: pwang
Date: 2010-10-19 13:45:19 -0700 (Tue, 19 Oct 2010)
New Revision: 22299

Modified:
   core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CySessionReader.java
Log:
correct typo

Modified: 
core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CySessionReader.java
===================================================================
--- core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CySessionReader.java 
2010-10-19 20:42:59 UTC (rev 22298)
+++ core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CySessionReader.java 
2010-10-19 20:45:19 UTC (rev 22299)
@@ -6,7 +6,7 @@
 /**
  * An extension of the Task interface that returns a
  * {...@link CySession} object. The reader does nothing
- * beyond create the CySession object and does NOT do
+ * beyond create the CySession object and does NOT 
  * use the CySession object to define the state of 
  * Cytoscape - that is managed by the CySessionManager.
  * Instances of this interface are created by InputStreamTaskFactory
@@ -18,6 +18,7 @@
 public interface CySessionReader extends Task {
 
        /**
+        * return a session object
         * @return A {...@link CySession} object. 
         */
     CySession getCySession();

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