Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 52607 invoked from network); 22 Dec 2006 12:40:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2006 12:40:37 -0000 Received: (qmail 13105 invoked by uid 500); 22 Dec 2006 12:40:44 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 13048 invoked by uid 500); 22 Dec 2006 12:40:44 -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 13036 invoked by uid 99); 22 Dec 2006 12:40:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Dec 2006 04:40:44 -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; Fri, 22 Dec 2006 04:40:36 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id B8CBA1A981D; Fri, 22 Dec 2006 04:39:46 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r489638 - /directory/trunks/shared/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntax/OtherMailboxSyntaxChecker.java Date: Fri, 22 Dec 2006 12:39:46 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061222123946.B8CBA1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Fri Dec 22 04:39:46 2006 New Revision: 489638 URL: http://svn.apache.org/viewvc?view=rev&rev=489638 Log: Fixed the javadoc in the header. Modified: directory/trunks/shared/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntax/OtherMailboxSyntaxChecker.java Modified: directory/trunks/shared/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntax/OtherMailboxSyntaxChecker.java URL: http://svn.apache.org/viewvc/directory/trunks/shared/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntax/OtherMailboxSyntaxChecker.java?view=diff&rev=489638&r1=489637&r2=489638 ============================================================================== --- directory/trunks/shared/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntax/OtherMailboxSyntaxChecker.java (original) +++ directory/trunks/shared/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntax/OtherMailboxSyntaxChecker.java Fri Dec 22 04:39:46 2006 @@ -31,11 +31,6 @@ * mailbox-type = PrintableString * mailbox = IA5String * - * This class extends PrintableString to benefit from its isValid() method. Of - * course, we also have to check that the second part is an IA5String, but as in - * Java we can't inherit from two classes, and as IA5Strings are easier to check, - * we have made this choice. - * * @author Apache Directory Project * @version $Rev$ */