mirror of
https://github.com/apache/druid.git
synced 2025-02-08 11:05:05 +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.