Hi all,

Please review this small fix for a broken link.

Patch appended below.

Bug:

    https://bugs.openjdk.java.net/browse/JDK-8201610

Thanks,

s'marks



diff -r 8b98dcf37891 -r 3da3bcc7b28b src/java.rmi/share/classes/java/rmi/server/UnicastRemoteObject.java --- a/src/java.rmi/share/classes/java/rmi/server/UnicastRemoteObject.java Mon Jun 25 16:21:14 2018 -0700 +++ b/src/java.rmi/share/classes/java/rmi/server/UnicastRemoteObject.java Mon Jun 25 16:43:57 2018 -0700
@@ -126,7 +126,7 @@
  * <ul>
  *
  * <li>The proxy's class is defined according to the specifications for the
- * <a href="{@docRoot}/java/lang/reflect/Proxy.html#membership">
+ * <a href="{@docRoot}/java.base/java/lang/reflect/Proxy.html#membership">
  * {@code Proxy}
  * </a>
  * class, using the class loader of the remote object's class.

Reply via email to