From 387fa012f2b0c6e44cf834400a59f73ede9bc2db Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 21 Apr 2004 05:25:11 +0000 Subject: 2004-04-21 Michael Koch * java/util/Map.java (Entry): Removed redundant "static" modifier. * java/text/AttributedCharacterIterator.java: Updated copyright year. From-SVN: r80944 --- libjava/java/util/Map.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/util/Map.java') diff --git a/libjava/java/util/Map.java b/libjava/java/util/Map.java index 192e3cf..f7643f9 100644 --- a/libjava/java/util/Map.java +++ b/libjava/java/util/Map.java @@ -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. -- cgit v1.1