Hashtable.java (Hashtable(Map)): Use putAll, not putAllInternal.
authorBryce McKinlay <bryce@mckinlay.net.nz>
Sun, 7 Dec 2003 23:00:49 +0000 (23:00 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Sun, 7 Dec 2003 23:00:49 +0000 (23:00 +0000)
commit0f46e42809b564fe41b28868e4531a72e72096e5
tree59347fad8faa35609f0e16a6810a3b32d0f78a62
parenteb1e64ef807d81c18cc82c3b1979f44525c9e3d2
Hashtable.java (Hashtable(Map)): Use putAll, not putAllInternal.

* java/util/Hashtable.java (Hashtable(Map)): Use putAll, not
putAllInternal.
(putAllInternal): Correct comment.
* java/util/HashMap.java (HashMap(Map)): As above.
(putAllInternal): As above.

From-SVN: r74400
libjava/ChangeLog
libjava/java/util/HashMap.java
libjava/java/util/Hashtable.java