8211876: Broken links in java.base files (ClassLoader.html#name)

Reviewed-by: lancea
This commit is contained in:
Jonathan Gibbons 2018-10-22 13:31:42 -07:00
parent 932d2c6ba6
commit 81721a4b5f
2 changed files with 3 additions and 3 deletions

View File

@ -405,7 +405,7 @@ public final class Class<T> implements java.io.Serializable,
/** /**
* 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. * binary name</a> in the given module.
* *
* <p> This method attempts to locate, load, and link the class or interface. * <p> This method attempts to locate, load, and link the class or interface.
@ -427,7 +427,7 @@ public final class Class<T> implements java.io.Serializable,
* loads a class in another module. * loads a class in another module.
* *
* @param module A 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 * of the class
* @return {@code Class} object of the given name defined in the given module; * @return {@code Class} object of the given name defined in the given module;
* {@code null} if not found. * {@code null} if not found.

View File

@ -100,7 +100,7 @@ public final class StackWalker {
*/ */
public interface StackFrame { 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. * of the declaring class of the method represented by this stack frame.
* *
* @return the binary name of the declaring class of the method * @return the binary name of the declaring class of the method