[kaffe] Kaffe CVS: kaffe kaz
Kaffe CVS
kaffe@kaffe.org
Fri Jul 11 16:17:02 2003
CVSROOT: /cvs/kaffe
Module name: kaffe
Changes by: kaz 03/07/11 16:15:18
Modified files:
. : ChangeLog
libraries/javalib/java/util: LinkedList.java
Log message:
2003-07-11 Guilhem Lavaux <guilhem.lavaux@free.fr>
* libraries/javalib/java/util/LinkedList.java (addAll#1, addAll#2):
Changed the behaviour of addAll to comply with Sun's spec.
addAll must add the collection after the precised element or
at the end of the list.