Author: pwang
Date: 2011-11-16 10:16:02 -0800 (Wed, 16 Nov 2011)
New Revision: 27491
Modified:
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/loadnetwork/LoadNetworkFileTask.java
Log:
Bug fixed
Modified:
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/loadnetwork/LoadNetworkFileTask.java
===================================================================
---
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/loadnetwork/LoadNetworkFileTask.java
2011-11-16 17:51:39 UTC (rev 27490)
+++
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/loadnetwork/LoadNetworkFileTask.java
2011-11-16 18:16:02 UTC (rev 27491)
@@ -56,7 +56,6 @@
*/
public void run(TaskMonitor taskMonitor) throws Exception {
this.taskMonitor = taskMonitor;
- taskMonitor.setProgress(-1);
if (file == null)
throw new NullPointerException("No file specified!");
--
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.