This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Patch: java.util.LinkedList merge


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,


I commited the attached patch to merge java.util.LinkedList with 
classpath again.


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/hC8nWSOgCCdjSDsRAmbtAJ0R5MCJCpfHJ0kfJ4HrpklwEurXgQCgmYwV
osBvwSLnYMyRGNJBIQ7S3vo=
=Xhj5
-----END PGP SIGNATURE-----
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.2215
diff -u -b -B -r1.2215 ChangeLog
--- ChangeLog	2 Oct 2003 19:29:30 -0000	1.2215
+++ ChangeLog	8 Oct 2003 15:26:57 -0000
@@ -1,3 +1,8 @@
+2003-10-08  Michael Koch  <konqueror@gmx.de>
+
+	* java/util/LinkedList.java:
+	Removed whitespace to match classpath's version again.
+
 2003-10-02  Guilhem Lavaux  <guilhem@kaffe.org>
 
 	* java/net/InetSocketAddress.java
Index: java/util/LinkedList.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/util/LinkedList.java,v
retrieving revision 1.10
diff -u -b -B -r1.10 LinkedList.java
--- java/util/LinkedList.java	1 Oct 2003 16:22:13 -0000	1.10
+++ java/util/LinkedList.java	8 Oct 2003 15:26:57 -0000
@@ -1,4 +1,4 @@
- /* LinkedList.java -- Linked list implementation of the List interface
+/* LinkedList.java -- Linked list implementation of the List interface
    Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]