On Tue, 21 Jun 2022 20:59:40 GMT, Andrey Turbanov <[email protected]> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Adding a test case in ReadWriteString.java
>
> test/jdk/java/lang/String/NoReplTest.java line 47:
>
>> 45: private final static Charset WINDOWS_1252 =
>> Charset.forName("windows-1252");
>> 46:
>> 47: @Test
>
> Looks confusing that annotation goes before javadoc
Fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/9193