Author: ruschein
Date: 2011-06-08 14:53:53 -0700 (Wed, 08 Jun 2011)
New Revision: 25679
Modified:
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/CyTableProjection.java
Log:
Slightly improved the JavaDoc comments.
Modified:
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/CyTableProjection.java
===================================================================
---
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/CyTableProjection.java
2011-06-08 21:18:43 UTC (rev 25678)
+++
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/CyTableProjection.java
2011-06-08 21:53:53 UTC (rev 25679)
@@ -41,6 +41,7 @@
/** This class provides a view into an immutable subset of rows and columns of
an associated CyTable.
+ * (This view is only immutable when going through the methods of this class!)
*/
public final class CyTableProjection implements CyTable {
final CyTable underlyingTable;
@@ -82,7 +83,9 @@
primaryKeys.add(primaryKey);
}
- /** @warning This returns the SUID of the underlying reference table! */
+ /** Warning: This returns the SUID of the underlying reference table!
+ * @return the SUID of the underlying table
+ */
public long getSUID() {
return underlyingTable.getSUID();
}
--
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.