RFR: 8298971: Move Console implementation into jdk internal package [v3]

Naoto Sato naoto at openjdk.org
Wed Dec 21 17:40:24 UTC 2022


On Wed, 21 Dec 2022 11:18:25 GMT, Andrey Turbanov <aturbanov at openjdk.org> 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


More information about the core-libs-dev mailing list