Skip to content

Commit 56d478b

Browse files
authored
Fixed missed spotbug error in X509AuthenticationConfig (#93)
Fixed missed spotbug error in X509AuthenticationConfig (#93) Co-authored-by: Rahul Rane <[email protected]>
1 parent 6012c0a commit 56d478b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zookeeper-server/src/main/java/org/apache/zookeeper/server/auth/X509AuthenticationConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ public boolean isX509ClientIdAsAclEnabled() {
280280
.parseBoolean(System.getProperty(SET_X509_CLIENT_ID_AS_ACL));
281281
}
282282

283+
@SuppressFBWarnings("DC_DOUBLECHECK")
283284
public Set<String> getZnodeGroupAclSuperUserIds() {
284285
if (znodeGroupAclSuperUserIds == null) {
285286
synchronized (znodeGroupAclSuperUserIdsLock) {

0 commit comments

Comments
 (0)