summaryrefslogtreecommitdiff
path: root/libjava/java/rmi/server/RMIClientSocketFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/rmi/server/RMIClientSocketFactory.java')
-rw-r--r--libjava/java/rmi/server/RMIClientSocketFactory.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/libjava/java/rmi/server/RMIClientSocketFactory.java b/libjava/java/rmi/server/RMIClientSocketFactory.java
index af85ad90b4d..cbb8dba7b1d 100644
--- a/libjava/java/rmi/server/RMIClientSocketFactory.java
+++ b/libjava/java/rmi/server/RMIClientSocketFactory.java
@@ -40,8 +40,7 @@ package java.rmi.server;
import java.net.Socket;
import java.io.IOException;
-public interface RMIClientSocketFactory {
-
-public Socket createSocket(String host, int port) throws IOException;
-
+public interface RMIClientSocketFactory
+{
+ Socket createSocket (String host, int port) throws IOException;
}