Author: clopes
Date: 2013-01-22 08:43:12 -0800 (Tue, 22 Jan 2013)
New Revision: 31067

Modified:
   
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/FlagAndSelectionHandler.java
Log:
Minor changes: just fixed a typo in the javadoc.

Modified: 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/FlagAndSelectionHandler.java
===================================================================
--- 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/FlagAndSelectionHandler.java
        2013-01-21 22:52:01 UTC (rev 31066)
+++ 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/FlagAndSelectionHandler.java
        2013-01-22 16:43:12 UTC (rev 31067)
@@ -31,9 +31,7 @@
 
 import java.util.Arrays;
 import java.util.Collection;
-import java.util.HashSet;
 import java.util.List;
-import java.util.Set;
 
 import org.cytoscape.ding.EdgeView;
 import org.cytoscape.ding.GraphView;
@@ -52,9 +50,8 @@
  * This class synchronizes the flagged status of nodes and edges as held by a
  * SelectFilter object of a network with the selection status of the
  * corresponding node and edge views in a GraphView. An object will be selected
- * in the view iff the matching object is flagged in the SelectFilter. This
+ * in the view if the matching object is flagged in the SelectFilter. This
  * class is only used by PhoebeNetworkView, which no longer used anywhere.
- * 
  */
 public class FlagAndSelectionHandler implements GraphViewChangeListener {
 

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