--- old/src/java.base/share/classes/java/lang/module/ModuleReference.java 2017-02-07 13:13:28.935935881 +0000 +++ new/src/java.base/share/classes/java/lang/module/ModuleReference.java 2017-02-07 13:13:28.767924343 +0000 @@ -44,6 +44,7 @@ * @see ModuleFinder * @see ModuleReader * @since 9 + * @spec JPMS */ public abstract class ModuleReference { @@ -76,7 +77,7 @@ /** * Returns the location of this module's content, if known. * - *

This URI, when present, is used as the {@linkplain + *

This URI, when present, can be used as the {@linkplain * java.security.CodeSource#getLocation location} value of a {@link * java.security.CodeSource CodeSource} so that a module's classes can be * granted specific permissions when loaded by a {@link