diff options
Diffstat (limited to 'libjava/java/lang/Exception.java')
-rw-r--r-- | libjava/java/lang/Exception.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/lang/Exception.java b/libjava/java/lang/Exception.java index edf5de2..68a7dcb 100644 --- a/libjava/java/lang/Exception.java +++ b/libjava/java/lang/Exception.java @@ -1,6 +1,6 @@ /* Exception.java -- generic exception thrown to indicate an exceptional condition has occurred. - 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. @@ -47,8 +47,8 @@ package java.lang; * mouse movements, keyboard clicking, etc. * * @author Brian Jones - * @author Warren Levy <warrenl@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Warren Levy (warrenl@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @status updated to 1.4 */ public class Exception extends Throwable |