I'm checking this in.

This fixes a warning in the core that I happened to come across.  (I
try to keep java.lang and other core packages more or less warning
free in the Eclipse build...)

Tom

2005-12-16  Tom Tromey  <[EMAIL PROTECTED]>

        * java/io/ObjectInputStream.java: Organized imports.

Index: java/io/ObjectInputStream.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/io/ObjectInputStream.java,v
retrieving revision 1.72
diff -u -r1.72 ObjectInputStream.java
--- java/io/ObjectInputStream.java      12 Nov 2005 18:19:34 -0000      1.72
+++ java/io/ObjectInputStream.java      16 Dec 2005 15:54:35 -0000
@@ -50,7 +50,6 @@
 import java.lang.reflect.Proxy;
 import java.security.AccessController;
 import java.security.PrivilegedAction;
-import java.util.Arrays;
 import java.util.Hashtable;
 import java.util.Iterator;
 import java.util.TreeSet;


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to