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



----- Original Message -----
From: Michael Koch <konqueror@gmx.de>
> >
> > 	* java/util/Map.java (Entry): Make interface static.
> >
> Isnt this a redundant modifier in this case as all inner 
> classes/interfaces are automatically "static" in an interface ?
> 

You're probably right.  I'm not a java expert.  I was just going by comparison mismatches found under the GCJ status and comparison page.

If interface and static interface on inner classes are equivalent, then japi-tools should get updated.  I see the last update of the tools was a year ago.  Do you know if they're still being maintained?

Jerry


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