Skip to content
Prev Previous commit
Next Next commit
Be consistent in usage of this to reference instance fields
  • Loading branch information
brenuart committed Sep 9, 2021
commit 29b1ba6a03cd7b6c9e021b2c147e5b9d62a9ad97
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void add(Marker reference) {
if (referenceList == null) {
synchronized (this) {
if (referenceList == null) {
this.referenceList = new CopyOnWriteArrayList<>();
referenceList = new CopyOnWriteArrayList<>();
}
}
}
Expand Down