Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrodriguez committed Feb 2, 2024
1 parent d006869 commit 9b3e867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static class ThreadFlock {
}
}

private volatile int threadCount;
@SuppressWarnings("unused") private volatile int threadCount;

public void incrementThreadCount() {
THREAD_COUNT.getAndAdd(this, 1);
Expand Down

0 comments on commit 9b3e867

Please sign in to comment.