aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2005-04-19 10:34:38 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2005-04-19 10:34:38 +0000
commit69ae1f74fe940ceff1fcafb00b1f3b477a34f60d (patch)
tree0acea77e6f54522491e44f03e4f9fbded5755167 /libjava
parent2a2dd4592da3c1f87ae4d0d1729eb299e5933ff7 (diff)
downloadgcc-69ae1f74fe940ceff1fcafb00b1f3b477a34f60d.zip
gcc-69ae1f74fe940ceff1fcafb00b1f3b477a34f60d.tar.gz
gcc-69ae1f74fe940ceff1fcafb00b1f3b477a34f60d.tar.bz2
RemoteObject.java: Removed unused import statement.
2005-04-19 Michael Koch <konqueror@gmx.de> * java/rmi/server/RemoteObject.java: Removed unused import statement. From-SVN: r98400
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog5
-rw-r--r--libjava/java/rmi/server/RemoteObject.java3
2 files changed, 6 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index d44dd2b..66ba74a 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,5 +1,10 @@
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.
2005-04-19 Michael Koch <konqueror@gmx.de>
diff --git a/libjava/java/rmi/server/RemoteObject.java b/libjava/java/rmi/server/RemoteObject.java
index 6dca07f..464ea79 100644
--- a/libjava/java/rmi/server/RemoteObject.java
+++ b/libjava/java/rmi/server/RemoteObject.java
@@ -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;