diff options
Diffstat (limited to 'libjava/java/lang/IndexOutOfBoundsException.java')
-rw-r--r-- | libjava/java/lang/IndexOutOfBoundsException.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/lang/IndexOutOfBoundsException.java b/libjava/java/lang/IndexOutOfBoundsException.java index 336f872..4886f01 100644 --- a/libjava/java/lang/IndexOutOfBoundsException.java +++ b/libjava/java/lang/IndexOutOfBoundsException.java @@ -1,5 +1,5 @@ /* IndexOutOfBoundsException.java -- thrown for an invalid index - 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 IndexOutOfBoundsException extends RuntimeException |