Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 75997 invoked from network); 30 Jul 2004 01:55:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Jul 2004 01:55:47 -0000 Received: (qmail 63926 invoked by uid 500); 30 Jul 2004 01:55:46 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 63827 invoked by uid 500); 30 Jul 2004 01:55:44 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 63814 invoked by uid 500); 30 Jul 2004 01:55:44 -0000 Received: (qmail 63811 invoked by uid 99); 30 Jul 2004 01:55:43 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 29 Jul 2004 18:55:43 -0700 Received: (qmail 75912 invoked by uid 1643); 30 Jul 2004 01:55:43 -0000 Date: 30 Jul 2004 01:55:43 -0000 Message-ID: <20040730015543.75911.qmail@minotaur.apache.org> From: ggregory@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang StringUtils.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ggregory 2004/07/29 18:55:43 Modified: lang/src/java/org/apache/commons/lang StringUtils.java Log: Javadoc. Revision Changes Path 1.132 +2 -2 jakarta-commons/lang/src/java/org/apache/commons/lang/StringUtils.java Index: StringUtils.java =================================================================== RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/StringUtils.java,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- StringUtils.java 11 Jul 2004 16:48:31 -0000 1.131 +++ StringUtils.java 30 Jul 2004 01:55:42 -0000 1.132 @@ -138,7 +138,7 @@ /** * Represents a failed index search. - * @since 2.?.? + * @since 2.1 */ public static final int INDEX_NOT_FOUND = -1; --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org