Skip to content

Commit

Permalink
Fixed missed spotbug error in X509AuthenticationConfig (#93)
Browse files Browse the repository at this point in the history
Fixed missed spotbug error in X509AuthenticationConfig (#93)
Co-authored-by: Rahul Rane <[email protected]>
  • Loading branch information
rahulrane50 authored Aug 17, 2022
1 parent 6012c0a commit 56d478b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ public boolean isX509ClientIdAsAclEnabled() {
.parseBoolean(System.getProperty(SET_X509_CLIENT_ID_AS_ACL));
}

@SuppressFBWarnings("DC_DOUBLECHECK")
public Set<String> getZnodeGroupAclSuperUserIds() {
if (znodeGroupAclSuperUserIds == null) {
synchronized (znodeGroupAclSuperUserIdsLock) {
Expand Down

0 comments on commit 56d478b

Please sign in to comment.