8192973: Adding "Module Resolution" to javadoc search index

Reviewed-by: mchung, jjg
This commit is contained in:
Alan Bateman 2017-12-06 08:28:46 +00:00
parent 993e8f206c
commit d960d2031c

View File

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