diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 10:34:38 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 10:34:38 +0000 |
commit | 1731b5b8641f1a6ed8a30270629b80de55ea0ee8 (patch) | |
tree | 0acea77e6f54522491e44f03e4f9fbded5755167 /libjava/java/rmi | |
parent | 989a08c3df3e763c1d687b9e0c0fc0a65c4cd298 (diff) | |
download | gcc-1731b5b8641f1a6ed8a30270629b80de55ea0ee8.tar.gz |
2005-04-19 Michael Koch <konqueror@gmx.de>
* java/rmi/server/RemoteObject.java:
Removed unused import statement.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98400 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/rmi')
-rw-r--r-- | libjava/java/rmi/server/RemoteObject.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/java/rmi/server/RemoteObject.java b/libjava/java/rmi/server/RemoteObject.java index 6dca07f8e1a..464ea795e04 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; |