Author: kono
Date: 2010-09-15 16:52:27 -0700 (Wed, 15 Sep 2010)
New Revision: 21886
Modified:
core3/viewmodel-api/branches/vp-tree/src/main/java/org/cytoscape/view/model/BasicVisualLexicon.java
core3/viewmodel-api/branches/vp-tree/src/main/java/org/cytoscape/view/model/CyNetworkView.java
Log:
Unnecessary method removed.
Modified:
core3/viewmodel-api/branches/vp-tree/src/main/java/org/cytoscape/view/model/BasicVisualLexicon.java
===================================================================
---
core3/viewmodel-api/branches/vp-tree/src/main/java/org/cytoscape/view/model/BasicVisualLexicon.java
2010-09-15 23:29:51 UTC (rev 21885)
+++
core3/viewmodel-api/branches/vp-tree/src/main/java/org/cytoscape/view/model/BasicVisualLexicon.java
2010-09-15 23:52:27 UTC (rev 21886)
@@ -123,10 +123,6 @@
Set<VisualProperty<?>> newVPs =
toBeMerged.getAllVisualProperties();
for(VisualProperty<?> vp:newVPs)
this.visualPropertyMap.put(vp.getIdString(), vp);
-
- newVPs.clear();
- newVPs = null;
- toBeMerged = null;
}
}
Modified:
core3/viewmodel-api/branches/vp-tree/src/main/java/org/cytoscape/view/model/CyNetworkView.java
===================================================================
---
core3/viewmodel-api/branches/vp-tree/src/main/java/org/cytoscape/view/model/CyNetworkView.java
2010-09-15 23:29:51 UTC (rev 21885)
+++
core3/viewmodel-api/branches/vp-tree/src/main/java/org/cytoscape/view/model/CyNetworkView.java
2010-09-15 23:52:27 UTC (rev 21886)
@@ -96,8 +96,9 @@
// These are utility methods to fire events to presentation layer.
- public void fitContent();
- public void fitSelected();
+ void fitContent();
+ void fitSelected();
+
public void updateView();
}
--
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.