2004-04-21 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Wed, 21 Apr 2004 05:25:11 +0000 (05:25 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 21 Apr 2004 05:25:11 +0000 (05:25 +0000)
* java/util/Map.java
(Entry): Removed redundant "static" modifier.
* java/text/AttributedCharacterIterator.java:
Updated copyright year.

From-SVN: r80944

libjava/ChangeLog
libjava/java/text/AttributedCharacterIterator.java
libjava/java/util/Map.java

index aabfaa12941a0271134fe7e3145490bcf233aa2c..5e6097329da2cf02ff8c39e39bfd4d479b8fca74 100644 (file)
@@ -1,3 +1,10 @@
+2004-04-21  Michael Koch  <konqueror@gmx.de>
+
+       * java/util/Map.java
+       (Entry): Removed redundant "static" modifier.
+       * java/text/AttributedCharacterIterator.java:
+       Updated copyright year.
+
 2004-04-20  Michael Koch  <konqueror@gmx.de>
 
        * javax/naming/directory/SearchControls.java:
index bcb2885e4605ab9679061cb188db249080e72d51..c1366adc4ad50845b3c191275f932ac70f6226ec 100644 (file)
@@ -1,5 +1,5 @@
 /* AttributedCharacterIterator.java -- Iterate over attributes
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 192e3cfd0da9642ddedac444c48a78570281582e..f7643f92a5e9e197f2341621aa60242ea13cf96f 100644 (file)
@@ -1,6 +1,6 @@
 /* Map.java: interface Map -- An object that maps keys to values
              interface Map.Entry -- an Entry in a Map
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -264,7 +264,7 @@ public interface Map
    * @since 1.2
    * @status updated to 1.4
    */
-  static interface Entry
+  interface Entry
   {
     /**
      * Get the key corresponding to this entry.