OpenJDK / jdk / jdk
changeset 57162:8dcd966f7fd4
8233524: Wrong module name for \"package P is declared in the unnamed module, but module M does not read it\"
Summary: Using the correct placeholder for the module name.
Reviewed-by: jjg
author | jlahoda |
---|---|
date | Mon, 02 Dec 2019 10:58:13 +0100 |
parents | 5028793d05ff |
children | f5f494bd4d3e |
files | src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Sun Dec 01 15:29:37 2019 -0800 +++ b/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Dec 02 10:58:13 2019 +0100 @@ -953,7 +953,7 @@ # {1} - current module # 0: symbol, 1: symbol compiler.misc.not.def.access.does.not.read.unnamed=\ - package {0} is declared in the unnamed module, but module {0} does not read it + package {0} is declared in the unnamed module, but module {1} does not read it # {0} - package in which the invisible class is declared # {1} - module in which {0} is declared