diff options
Diffstat (limited to 'libjava/java/rmi/server/RMIClientSocketFactory.java')
-rw-r--r-- | libjava/java/rmi/server/RMIClientSocketFactory.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/java/rmi/server/RMIClientSocketFactory.java b/libjava/java/rmi/server/RMIClientSocketFactory.java index 6c3c4a1..0662a68 100644 --- a/libjava/java/rmi/server/RMIClientSocketFactory.java +++ b/libjava/java/rmi/server/RMIClientSocketFactory.java @@ -1,5 +1,5 @@ /* RMIClientSocketFactory.java -- - Copyright (c) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (c) 1996, 1997, 1998, 1999, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -35,10 +35,11 @@ this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ + package java.rmi.server; -import java.net.Socket; import java.io.IOException; +import java.net.Socket; public interface RMIClientSocketFactory { |