Author: ruschein
Date: 2010-10-01 16:26:20 -0700 (Fri, 01 Oct 2010)
New Revision: 22129

Modified:
   core3/io-api/trunk/src/main/java/org/cytoscape/io/FileIOFactory.java
Log:
Fixed some Javadoc errors.

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-01 22:43:33 UTC (rev 22128)
+++ core3/io-api/trunk/src/main/java/org/cytoscape/io/FileIOFactory.java        
2010-10-01 23:26:20 UTC (rev 22129)
@@ -1,9 +1,9 @@
 package org.cytoscape.io;
 
+
 /**
- * An interface extended by {...@link org.cytoscape.io.read.CyReader} and
- * {...@link org.cytoscape.io.read.CyWriter} the provides basic information 
about
- * the types of files supported.
+ * An interface extended by various reader and writer factories.
+ * It the provides basic information about the types of supported files.
  */
 public interface FileIOFactory {
 

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