summaryrefslogtreecommitdiff
path: root/java/lang/StringIndexOutOfBoundsException.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/lang/StringIndexOutOfBoundsException.java')
-rw-r--r--java/lang/StringIndexOutOfBoundsException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/lang/StringIndexOutOfBoundsException.java b/java/lang/StringIndexOutOfBoundsException.java
index 9a935ee8c..ea0df6890 100644
--- a/java/lang/StringIndexOutOfBoundsException.java
+++ b/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