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