< prev index next >

src/java.base/share/classes/java/lang/StackWalker.java

Print this page

        

@@ -98,11 +98,11 @@
      * @since 9
      * @jvms 2.6
      */
     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
          *         represented by this stack frame
          *
< prev index next >