From commits-return-15301-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Tue Jan 04 11:35:36 2011 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 12466 invoked from network); 4 Jan 2011 11:35:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2011 11:35:36 -0000 Received: (qmail 58783 invoked by uid 500); 4 Jan 2011 11:35:35 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 58722 invoked by uid 500); 4 Jan 2011 11:35:35 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 58715 invoked by uid 99); 4 Jan 2011 11:35:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jan 2011 11:35:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jan 2011 11:35:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CC8BE238896F; Tue, 4 Jan 2011 11:35:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1054977 - /activemq/trunk/activemq-jaas/src/main/java/org/apache/activemq/jaas/CertificateLoginModule.java Date: Tue, 04 Jan 2011 11:35:11 -0000 To: commits@activemq.apache.org From: gtully@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110104113511.CC8BE238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gtully Date: Tue Jan 4 11:35:11 2011 New Revision: 1054977 URL: http://svn.apache.org/viewvc?rev=1054977&view=rev Log: fix jdoc param warn Modified: activemq/trunk/activemq-jaas/src/main/java/org/apache/activemq/jaas/CertificateLoginModule.java Modified: activemq/trunk/activemq-jaas/src/main/java/org/apache/activemq/jaas/CertificateLoginModule.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-jaas/src/main/java/org/apache/activemq/jaas/CertificateLoginModule.java?rev=1054977&r1=1054976&r2=1054977&view=diff ============================================================================== --- activemq/trunk/activemq-jaas/src/main/java/org/apache/activemq/jaas/CertificateLoginModule.java (original) +++ activemq/trunk/activemq-jaas/src/main/java/org/apache/activemq/jaas/CertificateLoginModule.java Tue Jan 4 11:35:11 2011 @@ -159,7 +159,7 @@ public abstract class CertificateLoginMo * name returned will be used to look up access levels as well as group * associations. * - * @param dn The distinguished name. + * @param certs The distinguished name. * @return The unique name if the certificate is recognized, null otherwise. */ protected abstract String getUserNameForCertificates(final X509Certificate[] certs) throws LoginException;