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]

[patch] Map.entry interface definition fix


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


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