diff options
Diffstat (limited to 'java/lang/reflect/InvocationTargetException.java')
-rw-r--r-- | java/lang/reflect/InvocationTargetException.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/lang/reflect/InvocationTargetException.java b/java/lang/reflect/InvocationTargetException.java index 904cc6313..2593921a3 100644 --- a/java/lang/reflect/InvocationTargetException.java +++ b/java/lang/reflect/InvocationTargetException.java @@ -1,5 +1,5 @@ /* InvocationTargetException.java -- Wrapper exception for reflection - Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,8 +45,8 @@ package java.lang.reflect; * exceptions, but <code>getTargetException()</code> still works. * * @author John Keiser - * @author Tom Tromey <tromey@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Tom Tromey (tromey@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see Method#invoke(Object,Object[]) * @see Constructor#newInstance(Object[]) * @since 1.1 |