mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8211876: Broken links in java.base files (ClassLoader.html#name)
Reviewed-by: lancea
This commit is contained in:
parent
932d2c6ba6
commit
81721a4b5f
2 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ public final class StackWalker {
|
|||
*/
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue