Hi list,

I just commited the attached patch to remove an unused import statement.


Michael


2005-04-16  Michael Koch  <[EMAIL PROTECTED]>

        * java/rmi/server/RemoteObject.java:
        Removed unused import statement.

Index: java/rmi/server/RemoteObject.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/rmi/server/RemoteObject.java,v
retrieving revision 1.7
diff -u -r1.7 RemoteObject.java
--- java/rmi/server/RemoteObject.java   17 Feb 2005 00:39:10 -0000      1.7
+++ java/rmi/server/RemoteObject.java   16 Apr 2005 12:07:40 -0000
@@ -7,7 +7,7 @@
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
- 
+
 GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
@@ -41,7 +41,6 @@
 import java.io.ObjectInputStream;
 import java.io.ObjectOutputStream;
 import java.io.Serializable;
-import java.lang.reflect.Constructor;
 import java.rmi.NoSuchObjectException;
 import java.rmi.Remote;
 import java.rmi.UnmarshalException;
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to