diff --git a/src/java.base/share/classes/java/lang/module/package-info.java b/src/java.base/share/classes/java/lang/module/package-info.java index 3deaf3ad0a1..7b9f60c17e1 100644 --- a/src/java.base/share/classes/java/lang/module/package-info.java +++ b/src/java.base/share/classes/java/lang/module/package-info.java @@ -154,9 +154,9 @@ * application module specified to the 'java' launcher. When compiling code in * the unnamed module, or at run-time when the main application class is loaded * from the class path, then the default set of root modules is implementation - * specific. In the JDK the default set of root modules contains every module - * that is observable on the upgrade module path or among the system modules, - * and that exports at least one package without qualification.

+ * specific. In the JDK the default set of root modules contains every module on + * the upgrade module path or among the system modules that exports at least one + * package, without qualification.

* *

Observable modules

*