RFR: 8263445: Duplicate key compiler.err.expected.module in compiler.properties
Vicente Romero
vromero at openjdk.java.net
Tue May 25 13:56:54 UTC 2021
On Tue, 25 May 2021 13:34:18 GMT, Adam Sotona <asotona at openjdk.org> wrote:
> src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties contains duplicate key:
> compiler.err.expected.module
>
> This fix removes the first occurrence of the key to remove the duplicity and keep the actual content of the property.
looks good
Marked as reviewed by vromero (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/4186
More information about the compiler-dev
mailing list