Skip to content
Commit 9368197d authored by StefanSpieker's avatar StefanSpieker Committed by Oleg Nenashev
Browse files

Replaced integer with AtomicInteger to fix spotbugs issue (#4337)

* replaced integer with AtomicInteger to fix spotbugs issue

* added @Restricted to prevent further usage

* replaced volatile with final because of AtomicInteger usage

* implemented a getter and an increment method

* fixed typeo in javadoc
parent 171c4d7f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment