summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2001-09-16 05:52:04 +0000
committerEric Blake <ebb9@byu.net>2001-09-16 05:52:04 +0000
commitb57bbba30efa6490261687e4693dde7f5a313872 (patch)
tree65eba97263af8ee55f5fe2ff63c1b84c1f90a86d /AUTHORS
parent9e6cbb6fad89a119c90146ef1ae29ba206771c41 (diff)
downloadclasspath-b57bbba30efa6490261687e4693dde7f5a313872.tar.gz
2001-09-15 Eric Blake <ebb9@email.byu.edu>
* java/util/Hashtable.java (contains): check for null (Hashtable(Map)): more efficient (clear): more efficient (clone): more efficient, by adding Entry.copy * java/util/HashMap.java (clear): more efficient (HashMap(Map)): more efficient (clone): more efficient, by adding Entry.copy
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 701a41eb9..68eb36436 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -13,3 +13,4 @@ Mark Wielaard (mark@klomp.org)
Tom Tromey (tromey@cygnus.com)
Anthony Green (green@redhat.com)
Warren Levy (warrenl@cygnus.com)
+Eric Blake (ebb9@email.byu.edu)