On Wed, 21 Dec 2022 02:30:21 GMT, Naoto Sato <na...@openjdk.org> wrote:

>> Moving the built-in implementation of `Console` from `java.io` package into 
>> `jdk.internal.io` package. It now implements `JdkConsole` interface and is 
>> accessed through `ProxyingConsole`.
>
> 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) {

-------------

PR: https://git.openjdk.org/jdk/pull/11729

Reply via email to