diff options
Diffstat (limited to 'libjava/java/util/Properties.java')
-rw-r--r-- | libjava/java/util/Properties.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/util/Properties.java b/libjava/java/util/Properties.java index eac90e4..5e35105 100644 --- a/libjava/java/util/Properties.java +++ b/libjava/java/util/Properties.java @@ -1,5 +1,5 @@ /* Properties.java -- a set of persistent properties - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -86,7 +86,7 @@ s16=1,3</pre> * a single <code>u</code> for any character which cannot be represented. * * @author Jochen Hoenicke - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see PropertyResourceBundle * @status updated to 1.4 */ |