--- old/src/java.base/share/classes/java/lang/module/package-info.java 2017-05-30 14:27:19.564272100 -0700 +++ new/src/java.base/share/classes/java/lang/module/package-info.java 2017-05-30 14:27:19.428266141 -0700 @@ -27,7 +27,7 @@ * Classes to support module descriptors and creating configurations of modules * by means of resolution and service binding. * - *

Resolution

+ *

Resolution

* *

Resolution is the process of computing the transitive closure of a set * of root modules over a set of observable modules by resolving the @@ -97,7 +97,7 @@ * resolved so that it reads all other modules in the resulting configuration and * all modules in parent configurations.

* - *

Service binding

+ *

Service binding

* *

Service binding is the process of augmenting a graph of resolved modules * from the set of observable modules induced by the service-use dependence