Skip to content

Commit 14062aa

Browse files
committed
Wrong target type.
1 parent ad51552 commit 14062aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/diffplug/common/swt/SwtExec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ static final class SwtScheduledAction implements Runnable, Subscription {
737737

738738
final SwtWorker parent;
739739

740-
volatile ScheduledFuture<?> future;
740+
volatile Future<?> future;
741741
@SuppressWarnings("rawtypes")
742742
static final AtomicReferenceFieldUpdater<SwtScheduledAction, Future> FUTURE = AtomicReferenceFieldUpdater.newUpdater(SwtScheduledAction.class, Future.class, "future");
743743

0 commit comments

Comments
 (0)