LinkedList.java (clone): Clear the copy list with clear(), not by setting its size...
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>
Tue, 17 Jul 2001 01:56:38 +0000 (01:56 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Tue, 17 Jul 2001 01:56:38 +0000 (02:56 +0100)
commitf79ced717fee2e31787829fe9710fef790077583
treea05033b53765dd8a2196201c146346de3d67021d
parent4793dca1588681eb583ccfd7cd179216c2d44d7e
LinkedList.java (clone): Clear the copy list with clear(), not by setting its size field.

* java/util/LinkedList.java (clone): Clear the copy list with clear(),
not by setting its size field.

From-SVN: r44057
libjava/ChangeLog
libjava/java/util/LinkedList.java