239240241242243244245246247248249
Series<CookieSetting> c = this.cookieSettings; if (c == null) { synchronized (this) { c = this.cookieSettings; if (c == null) { this.cookieSettings = c = new CookieSettingSeries(); } } } return c; }