aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/rmi/Naming.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/rmi/Naming.java')
-rw-r--r--libjava/java/rmi/Naming.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/libjava/java/rmi/Naming.java b/libjava/java/rmi/Naming.java
index 1d2e68b..1a30c1f 100644
--- a/libjava/java/rmi/Naming.java
+++ b/libjava/java/rmi/Naming.java
@@ -44,14 +44,16 @@ import java.rmi.registry.LocateRegistry;
public final class Naming {
-/** <pre>
+/**
* Looks for the remote object that is associated with the named service.
* Name and location is given in form of a URL without a scheme:
- *
- * //host:port/service-name
+ *
+ * <pre>
+ * //host:port/service-name
+ * </pre>
*
* The port is optional.
- * </pre>
+ *
* @param name the service name and location
* @return Remote-object that implements the named service
* @throws NotBoundException if no object implements the service