RFR: 8285485: Fix typos in corelibs
Magnus Ihse Bursie
ihse at openjdk.java.net
Fri May 13 11:15:48 UTC 2022
On Wed, 27 Apr 2022 16:18:15 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins_zh_CN.properties line 188:
>>
>>> 186: main.plugin.module=\u63D2\u4EF6\u6A21\u5757
>>> 187:
>>> 188: main.plugin.category=\u7C7B\u522B
>>
>> what's this?
>
> Removing the trailing space? A similar one is in the `ja` resource bundle.
This happens as a combination of jcheck not enforcing eol space checks on .properties files, and my editor being set to always remove space at eol.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8364
More information about the nio-dev
mailing list