diff options
author | Dalibor Topic <robilad@yahoo.com> | 2004-04-19 11:49:32 +0000 |
---|---|---|
committer | Dalibor Topic <robilad@yahoo.com> | 2004-04-19 11:49:32 +0000 |
commit | 834b9225c4721198bded5e680cc8c0fe9dac12ef (patch) | |
tree | f9d0e8da8e6a3116ac547558c9f00d4a71f7abdd /javax/rmi | |
parent | 249cb34260124ab0b3344a223e794623f7f45b58 (diff) | |
download | classpath-834b9225c4721198bded5e680cc8c0fe9dac12ef.tar.gz |
Cleaned up imports in javax/rmi/CORBA/PortableRemoteObjectDelegate.java
2004-04-19 Dalibor Topic <robilad@kaffe.org>
* javax/rmi/CORBA/PortableRemoteObjectDelegate.java:
Cleaned up imports.
Diffstat (limited to 'javax/rmi')
-rw-r--r-- | javax/rmi/CORBA/PortableRemoteObjectDelegate.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/javax/rmi/CORBA/PortableRemoteObjectDelegate.java b/javax/rmi/CORBA/PortableRemoteObjectDelegate.java index a073cf470..7363bc387 100644 --- a/javax/rmi/CORBA/PortableRemoteObjectDelegate.java +++ b/javax/rmi/CORBA/PortableRemoteObjectDelegate.java @@ -38,7 +38,9 @@ exception statement from your version. */ package javax.rmi.CORBA; -import java.rmi.*; +import java.rmi.NoSuchObjectException; +import java.rmi.Remote; +import java.rmi.RemoteException; /** * A delegate is a singleton class that support delegation for method |