Author: mkirby
Date: 2011-10-14 00:55:02 -0700 (Fri, 14 Oct 2011)
New Revision: 27176

Modified:
   core3/api/trunk/model-api/src/main/java/org/cytoscape/model/CyNetwork.java
Log:
Fixed Javadoc.

Modified: 
core3/api/trunk/model-api/src/main/java/org/cytoscape/model/CyNetwork.java
===================================================================
--- core3/api/trunk/model-api/src/main/java/org/cytoscape/model/CyNetwork.java  
2011-10-13 23:59:16 UTC (rev 27175)
+++ core3/api/trunk/model-api/src/main/java/org/cytoscape/model/CyNetwork.java  
2011-10-14 07:55:02 UTC (rev 27176)
@@ -37,6 +37,7 @@
  * data structure in Cytoscape. Specifically, CyNetwork represents a
  * multi-graph as multiple edges may exist between nodes. Edges may
  * be directed, undirected, or both.
+ * @CyAPI.Api.Interface
  */
 public interface CyNetwork extends CyTableEntry {
        /**
@@ -46,7 +47,7 @@
        String SELECTED = "selected";
 
        /**
-        * The name of the defaul <b>public</b> 
+        * The name of the default <b>public</b> 
         * CyTable that is created by default for CyNetworks, 
         * CyNodes, and CyEdges.  Other CyTables may also be associated with 
networks
         * -- see {@link CyTableManager} for more information.

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