On Wed, 21 Dec 2022 11:18:25 GMT, Andrey Turbanov <[email protected]> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Replaced assert with requireNonNull
>
> src/java.base/share/classes/jdk/internal/io/JdkConsoleImpl.java line 60:
>
>> 58:
>> 59: @Override
>> 60: public JdkConsole format(String fmt, Object ...args) {
>
> Nit:
> Suggestion:
>
> public JdkConsole format(String fmt, Object ... args) {
Thanks. Fix incorporated.
-------------
PR: https://git.openjdk.org/jdk/pull/11729