2004-04-21 Michael Koch <konqueror@gmx.de>

* java/util/Map.java
	(Entry): Removed redundant "static" modifier.
	* java/text/AttributedCharacterIterator.java:
	Updated copyright year.

From-SVN: r80944
This commit is contained in:
Michael Koch 2004-04-21 05:25:11 +00:00 committed by Michael Koch
parent de3c6d9335
commit 387fa012f2
3 changed files with 10 additions and 3 deletions

View 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> 2004-04-20 Michael Koch <konqueror@gmx.de>
* javax/naming/directory/SearchControls.java: * javax/naming/directory/SearchControls.java:

View file

@ -1,5 +1,5 @@
/* AttributedCharacterIterator.java -- Iterate over attributes /* 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. This file is part of GNU Classpath.

View file

@ -1,6 +1,6 @@
/* Map.java: interface Map -- An object that maps keys to values /* Map.java: interface Map -- An object that maps keys to values
interface Map.Entry -- an Entry in a Map 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. This file is part of GNU Classpath.
@ -264,7 +264,7 @@ public interface Map
* @since 1.2 * @since 1.2
* @status updated to 1.4 * @status updated to 1.4
*/ */
static interface Entry interface Entry
{ {
/** /**
* Get the key corresponding to this entry. * Get the key corresponding to this entry.