git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137887 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2004-07-30 01:55:42 +00:00
parent d706b144fa
commit 0b4ce09435
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@
* @author Al Chou
* @author Michael Davey
* @since 1.0
* @version $Id: StringUtils.java,v 1.131 2004/07/11 16:48:31 stevencaswell Exp $
* @version $Id: StringUtils.java,v 1.132 2004/07/30 01:55:42 ggregory Exp $
*/
public class StringUtils {
// Performance testing notes (JDK 1.4, Jul03, scolebourne)
@ -138,7 +138,7 @@ public class StringUtils {
/**
* Represents a failed index search.
* @since 2.?.?
* @since 2.1
*/
public static final int INDEX_NOT_FOUND = -1;