8211876: Broken links in java.base files (ClassLoader.html#name)
authorjjg
Mon, 22 Oct 2018 13:31:42 -0700
changeset 52217 5e3a8f387701
parent 52216 b705eb06588f
child 52218 111ba072921b
8211876: Broken links in java.base files (ClassLoader.html#name) Reviewed-by: lancea
src/java.base/share/classes/java/lang/Class.java
src/java.base/share/classes/java/lang/StackWalker.java
--- a/src/java.base/share/classes/java/lang/Class.java	Mon Oct 22 15:32:50 2018 -0400
+++ b/src/java.base/share/classes/java/lang/Class.java	Mon Oct 22 13:31:42 2018 -0700
@@ -405,7 +405,7 @@
 
 
     /**
-     * Returns the {@code Class} with the given <a href="ClassLoader.html#name">
+     * Returns the {@code Class} with the given <a href="ClassLoader.html#binary-name">
      * binary name</a> in the given module.
      *
      * <p> This method attempts to locate, load, and link the class or interface.
@@ -427,7 +427,7 @@
      * loads a class in another module.
      *
      * @param  module   A module
-     * @param  name     The <a href="ClassLoader.html#name">binary name</a>
+     * @param  name     The <a href="ClassLoader.html#binary-name">binary name</a>
      *                  of the class
      * @return {@code Class} object of the given name defined in the given module;
      *         {@code null} if not found.
--- a/src/java.base/share/classes/java/lang/StackWalker.java	Mon Oct 22 15:32:50 2018 -0400
+++ b/src/java.base/share/classes/java/lang/StackWalker.java	Mon Oct 22 13:31:42 2018 -0700
@@ -100,7 +100,7 @@
      */
     public interface StackFrame {
         /**
-         * Gets the <a href="ClassLoader.html#name">binary name</a>
+         * Gets the <a href="ClassLoader.html#binary-name">binary name</a>
          * of the declaring class of the method represented by this stack frame.
          *
          * @return the binary name of the declaring class of the method