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 3064ede commit 349314cCopy full SHA for 349314c
src/main/java/com/coreoz/securelogin/DelayedCompleter.java
@@ -19,7 +19,7 @@
19
* needs to check the item at the head of the queue.
20
*/
21
public final class DelayedCompleter implements AutoCloseable {
22
- private static AtomicInteger INSTANCE_NUMBER = new AtomicInteger(1);
+ private static final AtomicInteger INSTANCE_NUMBER = new AtomicInteger(1);
23
24
/**
25
* A record to hold a future and its target completion time.
0 commit comments