suppress warnings
This commit is contained in:
@@ -63,9 +63,8 @@ public class AsyncNodeManager {
|
|||||||
|
|
||||||
private final AtomicInteger workCounter = new AtomicInteger();
|
private final AtomicInteger workCounter = new AtomicInteger();
|
||||||
|
|
||||||
private volatile SyncResults results = null;
|
@SuppressWarnings("FieldMayBeFinal")
|
||||||
private volatile SyncResults resultCache1 = new SyncResults();
|
private volatile SyncResults results = null, resultCache1 = new SyncResults(), resultCache2 = new SyncResults();
|
||||||
private volatile SyncResults resultCache2 = new SyncResults();
|
|
||||||
|
|
||||||
|
|
||||||
//locals for during iteration
|
//locals for during iteration
|
||||||
|
|||||||
Reference in New Issue
Block a user