Author: ruschein
Date: 2011-07-21 14:27:43 -0700 (Thu, 21 Jul 2011)
New Revision: 26241
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/table/RenameColumnEdit.java
Log:
Fixed JavaDoc comment.
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/table/RenameColumnEdit.java
===================================================================
---
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/table/RenameColumnEdit.java
2011-07-21 19:43:25 UTC (rev 26240)
+++
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/table/RenameColumnEdit.java
2011-07-21 21:27:43 UTC (rev 26241)
@@ -5,7 +5,7 @@
import org.cytoscape.util.swing.CyAbstractEdit;
-/** An undoable edit that will undo and redo the zooming of a network view. */
+/** An undoable edit that will undo and redo the renaming of a column. */
final class RenameColumnEdit extends CyAbstractEdit {
private final CyColumn column;
private String oldName;
--
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.