Skip to content

Commit d144672

Browse files
committed
checkstyle fix
1 parent 0a245a8 commit d144672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zookeeper-server/src/main/java/org/apache/zookeeper/common/ClientX509Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ && isServerHostnameVerificationEnabled(config)) {
115115
}
116116

117117
private void logTcnativeOcsp(boolean enable) {
118-
if(enable && !OpenSsl.isOcspSupported()) {
118+
if (enable && !OpenSsl.isOcspSupported()) {
119119
// SslContextBuilder.enableOcsp() doesn't do anything, unless the default BoringSSL
120120
// tcnative dependency is replaced with an OpenSsl one.
121121
LOG.warn("Trying to enable OCSP for tcnative OpenSSL provider, but it is not supported. The setting will be ignored");

0 commit comments

Comments
 (0)