druid/aws-common
Furkan KAMACI bbb283fa34 Double-checked locking bugs (#6662)
* Double-checked locking bug is fixed.

* @Nullable is removed since there is no need to use along with @MonotonicNonNull.

* Static import is removed.

* Lazy initialization is implemented.

* Local variables used instead of volatile ones.

* Local variables used instead of volatile ones.
2018-12-07 17:10:29 +01:00
..
src Double-checked locking bugs (#6662) 2018-12-07 17:10:29 +01:00
pom.xml Double-checked locking bugs (#6662) 2018-12-07 17:10:29 +01:00