Author: ruschein
Date: 2010-11-12 15:55:24 -0800 (Fri, 12 Nov 2010)
New Revision: 22834
Modified:
core3/model-api/trunk/src/main/java/org/cytoscape/model/CyNode.java
Log:
Updated the JavaDoc comment for setNestedNetwork().
Modified: core3/model-api/trunk/src/main/java/org/cytoscape/model/CyNode.java
===================================================================
--- core3/model-api/trunk/src/main/java/org/cytoscape/model/CyNode.java
2010-11-12 23:49:53 UTC (rev 22833)
+++ core3/model-api/trunk/src/main/java/org/cytoscape/model/CyNode.java
2010-11-12 23:55:24 UTC (rev 22834)
@@ -77,7 +77,7 @@
* Note that this if a previous nested network is being replaced or
nulled out, an
* {...@link UnsetNestedNetworkEvent} will be fired and if a new nested
network will be set a
* {...@link SetNestedNetworkEvent} will be fired. Furthermore the
(@link NESTED_NETWORK_ATTR}
- * column in the user table will be updated.
+ * and {...@link HAS_NESTED_NETWORK_ATTR} columns in the user table
will be updated.
*/
void setNestedNetwork(CyNetwork nestedNetwork);
}
--
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.