2004-04-21 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Apr 2004 05:25:11 +0000 (05:25 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80944 138bc75d-0d04-0410-961f-82ee72b054a4

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

index aabfaa1..5e60973 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 bcb2885..c1366ad 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 192e3cf..f7643f9 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.