Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 26430 invoked from network); 16 May 2009 10:26:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 May 2009 10:26:09 -0000 Received: (qmail 2632 invoked by uid 500); 16 May 2009 10:26:08 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 2556 invoked by uid 500); 16 May 2009 10:26:08 -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 2416 invoked by uid 99); 16 May 2009 10:26:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2009 10:26:07 +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; Sat, 16 May 2009 10:26:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6291123888D8; Sat, 16 May 2009 10:25:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r775448 - /directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntaxes/JavaShortSyntaxChecker.java Date: Sat, 16 May 2009 10:25:43 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090516102543.6291123888D8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Sat May 16 10:25:42 2009 New Revision: 775448 URL: http://svn.apache.org/viewvc?rev=775448&view=rev Log: Fixed the javadoc Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntaxes/JavaShortSyntaxChecker.java Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntaxes/JavaShortSyntaxChecker.java URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntaxes/JavaShortSyntaxChecker.java?rev=775448&r1=775447&r2=775448&view=diff ============================================================================== --- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntaxes/JavaShortSyntaxChecker.java (original) +++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/syntaxes/JavaShortSyntaxChecker.java Sat May 16 10:25:42 2009 @@ -24,9 +24,9 @@ import org.apache.directory.shared.ldap.util.StringTools; /** - * A SyntaxChecker which verifies that a value is a valid Java primitive int or - * the Integer wrapper. Essentially this constrains the min and max values of - * the Integer. + * A SyntaxChecker which verifies that a value is a valid Java primitive Short or + * the Short wrapper. Essentially this constrains the min and max values of + * the Short. * * From RFC 4517 : *