mirror of https://github.com/apache/activemq.git
Applied a patch from: https://issues.apache.org/jira/browse/AMQ-3260
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6f1d756ef
commit
e917f46656
|
@ -36,7 +36,7 @@ public class JaasCertificateCallbackHandler implements CallbackHandler {
|
||||||
/**
|
/**
|
||||||
* Basic constructor.
|
* Basic constructor.
|
||||||
*
|
*
|
||||||
* @param cert The certificate returned when calling back.
|
* @param certs The certificate returned when calling back.
|
||||||
*/
|
*/
|
||||||
public JaasCertificateCallbackHandler(X509Certificate certs[]) {
|
public JaasCertificateCallbackHandler(X509Certificate certs[]) {
|
||||||
certificates = certs;
|
certificates = certs;
|
||||||
|
|
Loading…
Reference in New Issue