RemoteObject.java: Removed unused import statement.
authorMichael Koch <konqueror@gmx.de>
Tue, 19 Apr 2005 10:34:38 +0000 (10:34 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Tue, 19 Apr 2005 10:34:38 +0000 (10:34 +0000)
2005-04-19  Michael Koch  <konqueror@gmx.de>

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

From-SVN: r98400

libjava/ChangeLog
libjava/java/rmi/server/RemoteObject.java

index d44dd2b2db2497113e1c4bc3c30c7bc4fb802d98..66ba74a3469d4aec6e5be54f516aac7bfe1f0bcf 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-19  Michael Koch  <konqueror@gmx.de>
+
+       * java/rmi/server/RemoteObject.java:
+       Removed unused import statement.
+
 2005-04-19  Michael Koch  <konqueror@gmx.de>
 
        * java/net/URL.java: Formatting cleanups.
index 6dca07f8e1a348c54ae68250409c6a82286d53d5..464ea795e047641c7a612369308987ac7b1f0674 100644 (file)
@@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
 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.IOException;
 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;