This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Map.entry interface definition fix


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Donnerstag, 27. Mai 2004 04:58 schrieb Jerry Quinn:
> JDK 1.4 has this as a static interface.
>
> 2004-05-26  Jerry Quinn  <jlquinn@optonline.net>
>
> 	* java/util/Map.java (Entry): Make interface static.
>
> cvs diff: Diffing java/util
> Index: java/util/Map.java
> ===================================================================
> RCS file: /cvs/gcc/gcc/libjava/java/util/Map.java,v
> retrieving revision 1.7
> diff -r1.7 Map.java
> 267c267
> <   interface Entry
> ---
>
> >   static interface Entry

Isnt this a redundant modifier in this case as all inner 
classes/interfaces are automatically "static" in an interface ?


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAtXydWSOgCCdjSDsRAkUPAJ943P43+C8ny2HV+pruJgLsMp9wOwCeLHEr
w8QY7kL8AEn+sQ+P3kbo60I=
=wYXT
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]