mirror of https://github.com/apache/activemq.git
trivial change to restart jenkin test
This commit is contained in:
parent
76dfada6c3
commit
424f55a4cd
|
@ -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.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue