diff options
Diffstat (limited to 'libjava/java/lang/Double.java')
-rw-r--r-- | libjava/java/lang/Double.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/lang/Double.java b/libjava/java/lang/Double.java index be393b6..81985f0 100644 --- a/libjava/java/lang/Double.java +++ b/libjava/java/lang/Double.java @@ -1,5 +1,5 @@ /* Double.java -- object wrapper for double - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,8 +48,8 @@ import gnu.classpath.Configuration; * related to doubles. * * @author Paul Fisher - * @author Andrew Haley <aph@cygnus.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Andrew Haley (aph@cygnus.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status updated to 1.4 */ |