On Mon, 5 Dec 2022 18:33:10 GMT, Naoto Sato <na...@openjdk.org> wrote:

>> This is to allow Console to be used even when it is not attached to the 
>> platform provided terminal, such as the case when the standard input is 
>> redirected. `System.console()` now returns a Console implementation based on 
>> `jdk.internal.le` terminal by default, or jshell implementation if 
>> available. A corresponding CSR has been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   oleole -> ole

LGTM

src/java.base/share/classes/jdk/internal/access/JavaIOAccess.java line 26:

> 24:  */
> 25: 
> 26: package jdk.internal.access;

Update copyright

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

Marked as reviewed by jlaskey (Reviewer).

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

Reply via email to