diff options
Diffstat (limited to 'libjava/java/lang/StringIndexOutOfBoundsException.java')
-rw-r--r-- | libjava/java/lang/StringIndexOutOfBoundsException.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/lang/StringIndexOutOfBoundsException.java b/libjava/java/lang/StringIndexOutOfBoundsException.java index 9a935ee..ea0df68 100644 --- a/libjava/java/lang/StringIndexOutOfBoundsException.java +++ b/libjava/java/lang/StringIndexOutOfBoundsException.java @@ -1,6 +1,6 @@ /* StringIndexOutOfBoundsException.java -- thrown to indicate attempt to exceed string bounds - Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ package java.lang; * which would be out of bounds. * * @author Brian Jones - * @author Warren Levy <warrenl@cygnus.com> + * @author Warren Levy (warrenl@cygnus.com) * @status updated to 1.4 */ public class StringIndexOutOfBoundsException extends IndexOutOfBoundsException |