Skip to content

Commit 67d6543

Browse files
committed
DefaultEventBus: remove obsolete TODO
The referenced ticket has been closed for a while.
1 parent c742815 commit 67d6543

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/org/scijava/event/DefaultEventBus.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ public class DefaultEventBus extends ThreadSafeEventService {
5858
private final ThreadService threadService;
5959
private final LogService log;
6060

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-
6861
public DefaultEventBus(final ThreadService threadService,
6962
final LogService log)
7063
{

0 commit comments

Comments
 (0)