mirror of
https://github.com/apache/druid.git
synced 2025-03-01 14:59:08 +00:00
* 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.