Author: pwang
Date: 2010-10-19 13:17:16 -0700 (Tue, 19 Oct 2010)
New Revision: 22294

Modified:
   core3/io-api/trunk/src/main/java/org/cytoscape/io/FileIOFactory.java
Log:
Add doc

Modified: core3/io-api/trunk/src/main/java/org/cytoscape/io/FileIOFactory.java
===================================================================
--- core3/io-api/trunk/src/main/java/org/cytoscape/io/FileIOFactory.java        
2010-10-19 20:04:20 UTC (rev 22293)
+++ core3/io-api/trunk/src/main/java/org/cytoscape/io/FileIOFactory.java        
2010-10-19 20:17:16 UTC (rev 22294)
@@ -3,10 +3,12 @@
 
 /**
  * An interface extended by various reader and writer factories.
- * It the provides basic information about the types of supported files.
+ * It provides basic information about the types of supported files.
  */
 public interface FileIOFactory {
-
+       /**
+        * Return the file filter associated with the IOFactory
+        */
        public CyFileFilter getCyFileFilter();
 
 }

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