Author: kono
Date: 2012-07-25 10:32:58 -0700 (Wed, 25 Jul 2012)
New Revision: 29985
Modified:
core3/impl/trunk/ding-impl/performance-debug/src/main/java/org/cytoscape/ding/internal/PerfTest.java
Log:
Close statement added for stream.
Modified:
core3/impl/trunk/ding-impl/performance-debug/src/main/java/org/cytoscape/ding/internal/PerfTest.java
===================================================================
---
core3/impl/trunk/ding-impl/performance-debug/src/main/java/org/cytoscape/ding/internal/PerfTest.java
2012-07-25 17:28:30 UTC (rev 29984)
+++
core3/impl/trunk/ding-impl/performance-debug/src/main/java/org/cytoscape/ding/internal/PerfTest.java
2012-07-25 17:32:58 UTC (rev 29985)
@@ -32,7 +32,6 @@
import org.cytoscape.view.model.CyNetworkViewFactory;
import org.cytoscape.work.TaskIterator;
import org.cytoscape.work.TaskMonitor;
-import org.cytoscape.work.undo.UndoSupport;
public class PerfTest {
@@ -73,6 +72,8 @@
new TaskIterator(snvp);
snvp.run(taskMonitor);
+ is.close();
+
return snvp;
}
--
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.