Skip to content

Commit 790882a

Browse files
committed
minor clean up
1 parent c5cd265 commit 790882a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/main/java/org/asynchttpclient/future/AbstractListenableFuture.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public abstract class AbstractListenableFuture<V> implements ListenableFuture<V>
5454
* Linked list of executions or a {@link #executedMarker}.
5555
*/
5656
private volatile RunnableExecutorPair executionList;
57+
@SuppressWarnings("rawtypes")
5758
private static final AtomicReferenceFieldUpdater<AbstractListenableFuture, RunnableExecutorPair> executionListField =
5859
AtomicReferenceFieldUpdater.newUpdater(AbstractListenableFuture.class, RunnableExecutorPair.class, "executionList");
5960

0 commit comments

Comments
 (0)