Remove redundant assignment of default values to volatile/atomic fields
Closes gh-27477
This commit is contained in:
committed by
Brian Clozel
parent
e8d24ae693
commit
8a87e118e1
@@ -42,7 +42,7 @@ class AnonymousBindMarkers implements BindMarkers {
|
||||
|
||||
// access via COUNTER_INCREMENTER
|
||||
@SuppressWarnings("unused")
|
||||
private volatile int counter = 0;
|
||||
private volatile int counter;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user