classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: warning fixlet


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: warning fixlet
Date: 16 Dec 2005 08:49:39 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

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  <address@hidden>

        * 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]