mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8322772: Clean up code after JDK-8322417
Reviewed-by: mdoerr, goetz, mbaesken, vtewari
This commit is contained in:
parent
19147f326c
commit
32d80e2caf
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ public final class JdkConsoleImpl implements JdkConsole {
|
|||
ioe.addSuppressed(x);
|
||||
}
|
||||
if (ioe != null) {
|
||||
java.util.Arrays.fill(passwd, ' ');
|
||||
Arrays.fill(passwd, ' ');
|
||||
try {
|
||||
if (reader instanceof LineReader lr) {
|
||||
lr.zeroOut();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue