8213056: Nested anchor tags in java.lang.module

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2018-10-26 15:13:12 -07:00
parent 890a8b7705
commit d797264488
2 changed files with 1 additions and 2 deletions

View File

@ -2821,7 +2821,6 @@ public final class String
* <p>
* If {@code n == 0} then the line remains unchanged. However, line
* terminators are still normalized.
* <p>
*
* @param n number of leading
* {@link Character#isWhitespace(int) white space characters}

View File

@ -34,7 +34,7 @@
* will cause a {@code NullPointerException}, unless otherwise specified. </p>
*
*
* <h1><a id="resolution">{@index "Module Resolution"}</a></h1>
* <h1><a id="resolution"></a>{@index "Module Resolution"}</h1>
*
* <p> Resolution is the process of computing how modules depend on each other.
* The process occurs at compile time and run time. </p>