LinkedList.java: Removed whitespace to match classpath's version again.
authorMichael Koch <konqueror@gmx.de>
Wed, 8 Oct 2003 15:30:44 +0000 (15:30 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 8 Oct 2003 15:30:44 +0000 (15:30 +0000)
2003-10-08  Michael Koch  <konqueror@gmx.de>

* java/util/LinkedList.java:
Removed whitespace to match classpath's version again.

From-SVN: r72230

libjava/ChangeLog
libjava/java/util/LinkedList.java

index c4627048a3f2f6aca70258e47c3fb1ab4181bdf7..12189056bc680a17677533cefa1cad54b5154163 100644 (file)
@@ -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-08  Michael Koch  <konqueror@gmx.de>
 
        * java/util/prefs/Preferences.java
index 2f21fb46735b48511b15005d70789b6eb475627b..c891f8230f086d2fdfa50cee05991ffe3022473d 100644 (file)
@@ -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.