We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c742815 commit 67d6543Copy full SHA for 67d6543
src/main/java/org/scijava/event/DefaultEventBus.java
@@ -58,13 +58,6 @@ public class DefaultEventBus extends ThreadSafeEventService {
58
private final ThreadService threadService;
59
private final LogService log;
60
61
- // TODO - Think more about how publishing events should work.
62
- // Unfortunately, without further care elsewhere in the code (subject to
63
- // further investigation), event publication can result in a race condition
64
- // where JHotDraw partially repaints images before they are done being
65
- // processed.
66
- // See ticket #719: http://trac.imagej.net/ticket/719
67
-
68
public DefaultEventBus(final ThreadService threadService,
69
final LogService log)
70
{
0 commit comments