diff options
Diffstat (limited to 'libjava/java/util/SortedMap.java')
-rw-r--r-- | libjava/java/util/SortedMap.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/util/SortedMap.java b/libjava/java/util/SortedMap.java index 1d2d5a3cc46..f19809a5e3d 100644 --- a/libjava/java/util/SortedMap.java +++ b/libjava/java/util/SortedMap.java @@ -1,5 +1,5 @@ /* SortedMap.java -- A map that makes guarantees about the order of its keys - Copyright (C) 1998, 2001 Free Software Foundation, Inc. + Copyright (C) 1998, 2001, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -61,7 +61,7 @@ package java.util; * Unfortunately, the Java language does not provide a way to enforce this. * * @author Original author unknown - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @see Map * @see TreeMap * @see SortedSet |