From commits-return-10738-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Wed Nov 01 20:13:48 2006 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 58971 invoked from network); 1 Nov 2006 20:13:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 20:13:46 -0000 Received: (qmail 73094 invoked by uid 500); 1 Nov 2006 20:13:58 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 73059 invoked by uid 500); 1 Nov 2006 20:13:58 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 73048 invoked by uid 99); 1 Nov 2006 20:13:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 12:13:58 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 12:13:42 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 9784F1A9846; Wed, 1 Nov 2006 12:13:18 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r470070 - /directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/exception/LdapAuthenticationException.java Date: Wed, 01 Nov 2006 20:13:18 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061101201318.9784F1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Wed Nov 1 12:13:17 2006 New Revision: 470070 URL: http://svn.apache.org/viewvc?view=rev&rev=470070 Log: Fixed javadoc Modified: directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/exception/LdapAuthenticationException.java Modified: directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/exception/LdapAuthenticationException.java URL: http://svn.apache.org/viewvc/directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/exception/LdapAuthenticationException.java?view=diff&rev=470070&r1=470069&r2=470070 ============================================================================== --- directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/exception/LdapAuthenticationException.java (original) +++ directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/exception/LdapAuthenticationException.java Wed Nov 1 12:13:17 2006 @@ -27,7 +27,7 @@ /** * A subclass of {@link AuthenticationException} which associates the - * {@link ResultCodeEnum.INVALIDCREDENTIALS} value with the type. + * {@link ResultCodeEnum#INVALIDCREDENTIALS} value with the type. * * @see