trivial change to restart jenkin test

This commit is contained in:
Ken Liao 2024-05-16 14:58:30 -07:00
parent 76dfada6c3
commit 424f55a4cd
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ public class BrokerService implements Service {
LOG.info("Loaded the Bouncy Castle security provider at position: {}", ret);
}
} catch(Throwable e) {
// No BouncyCastle found, so we use the default Java Security Provider
// No BouncyCastle found, so we use the default Java Security Provider.
LOG.debug("Using the default Java security provider since no Bouncy Castle is found.");
}