Commit 387fa012 by Michael Koch Committed by Michael Koch

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
parent de3c6d93
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:
......
/* 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.
......
/* 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment