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:
committed by
Michael Koch
parent
de3c6d9335
commit
387fa012f2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user