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]

FYI: Patch: java.util.PropertyResourceBundle


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

Hi list,



I commited the attached patch to trunk to removed an unneeded import.


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

iD8DBQE+7yDyWSOgCCdjSDsRAt7kAJ48PwYdlF2HegZeVMU6xPR5IWeTPwCfY/Bo
FKIlGqtMX7lgslpx3RJ73Mg=
=jL2n
-----END PGP SIGNATURE-----
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.1951
diff -u -b -B -r1.1951 ChangeLog
--- ChangeLog	17 Jun 2003 13:01:19 -0000	1.1951
+++ ChangeLog	17 Jun 2003 13:59:40 -0000
@@ -1,5 +1,10 @@
 2003-06-17  Michael Koch  <konqueror@gmx.de>
 
+	* java/util/PropertyResourceBundle.java:
+	Removed unneeded import.
+
+2003-06-17  Michael Koch  <konqueror@gmx.de>
+
 	* java/util/prefs/AbstractPreferences.java,
 	java/util/prefs/PreferencesFactory.java:
 	Reworked imports, removed unused imports.
Index: java/util/PropertyResourceBundle.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/util/PropertyResourceBundle.java,v
retrieving revision 1.8
diff -u -b -B -r1.8 PropertyResourceBundle.java
--- java/util/PropertyResourceBundle.java	18 Jun 2002 15:39:59 -0000	1.8
+++ java/util/PropertyResourceBundle.java	17 Jun 2003 13:59:40 -0000
@@ -40,7 +40,6 @@
 
 import java.io.IOException;
 import java.io.InputStream;
-import gnu.java.util.DoubleEnumeration;
 
 /**
  * This class is a concrete <code>ResourceBundle</code> that gets it

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