diff -r 3a767a000aab -r b553825935fc src/java.base/share/classes/java/lang/module/package-info.java --- a/src/java.base/share/classes/java/lang/module/package-info.java Fri Oct 26 13:59:02 2018 -0700 +++ b/src/java.base/share/classes/java/lang/module/package-info.java Fri Oct 26 15:13:12 2018 -0700 @@ -34,7 +34,7 @@ * will cause a {@code NullPointerException}, unless otherwise specified.

* * - *

{@index "Module Resolution"}

+ *

{@index "Module Resolution"}

* *

Resolution is the process of computing how modules depend on each other. * The process occurs at compile time and run time.