On Fri, 12 May 2023 19:02:46 GMT, Brian Burkhalter <[email protected]> wrote:
>> Replace `<pre>{@code ...}</pre>` patterns and the like with `{@snippet
>> lang=java : ...}`.
>
> Brian Burkhalter has updated the pull request incrementally with one
> additional commit since the last revision:
>
> 8308016: Remove ellipses ("...") from snippets
src/java.base/share/classes/java/io/Console.java line 89:
> 87: * if ((cons = System.console()) != null &&
> 88: * (passwd = cons.readPassword("[%s]", "Password:")) != null) {
> 89: * ...
I assume you didn't mean to remove this, this is show that there is other code
in this block before the passwd is cleared.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13957#discussion_r1193082310