git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2011-08-15 22:12:30 +00:00
parent a6f1d756ef
commit e917f46656
1 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ public class JaasCertificateCallbackHandler implements CallbackHandler {
/**
* Basic constructor.
*
* @param cert The certificate returned when calling back.
* @param certs The certificate returned when calling back.
*/
public JaasCertificateCallbackHandler(X509Certificate certs[]) {
certificates = certs;