Skip to content

Commit 368d019

Browse files
committed
address comments
1 parent 36e0be2 commit 368d019

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/databricks/jdbc/dbclient/impl/common/ConfiguratorUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ public static CertPathTrustManagerParameters buildTrustManagerParameters(
332332
PKIXRevocationChecker.Option.NO_FALLBACK,
333333
PKIXRevocationChecker.Option.PREFER_CRLS));
334334
}
335-
LOGGER.info("Certificate revocation enabled. Undetermined revocation accepted: "
335+
LOGGER.info(
336+
"Certificate revocation enabled. Undetermined revocation accepted: "
336337
+ acceptUndeterminedCertificateRevocation);
337338

338339
pkixBuilderParameters.addCertPathChecker(revocationChecker);

0 commit comments

Comments
 (0)