Author: kono
Date: 2011-01-21 16:37:29 -0800 (Fri, 21 Jan 2011)
New Revision: 23561
Modified:
core3/ding-customgraphics-manager-impl/trunk/src/main/java/org/cytoscape/ding/impl/customgraphics/CustomGraphicsManagerImpl.java
Log:
executeAndWait() method call removed.
Modified:
core3/ding-customgraphics-manager-impl/trunk/src/main/java/org/cytoscape/ding/impl/customgraphics/CustomGraphicsManagerImpl.java
===================================================================
---
core3/ding-customgraphics-manager-impl/trunk/src/main/java/org/cytoscape/ding/impl/customgraphics/CustomGraphicsManagerImpl.java
2011-01-22 00:33:38 UTC (rev 23560)
+++
core3/ding-customgraphics-manager-impl/trunk/src/main/java/org/cytoscape/ding/impl/customgraphics/CustomGraphicsManagerImpl.java
2011-01-22 00:37:29 UTC (rev 23561)
@@ -223,7 +223,9 @@
final PersistImageTaskFactory factory = new
PersistImageTaskFactory(imageHomeDirectory, this);
try {
- taskManager.executeAndWait(factory);
+
+ //FIXME how this section can wait until everything is
done?
+ taskManager.execute(factory);
} catch (Exception e1) {
logger.error("Could not save images to disk.", e1);
}
--
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.