8233524: Wrong module name for \"package P is declared in the unnamed module, but module M does not read it\"

Using the correct placeholder for the module name.

Reviewed-by: jjg
This commit is contained in:
Jan Lahoda 2019-12-02 10:58:13 +01:00
parent cd589d8469
commit ed97c87088

View File

@ -953,7 +953,7 @@ compiler.misc.not.def.access.does.not.read.from.unnamed=\
# {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