Skip to content

Commit

Permalink
Remove java.util.
Browse files Browse the repository at this point in the history
  • Loading branch information
GoeLin authored Dec 20, 2023
1 parent c66527f commit c5b01d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public char[] readPassword(String fmt, Object ... args) {
ioe.addSuppressed(x);
}
if (ioe != null) {
java.util.Arrays.fill(passwd, ' ');
Arrays.fill(passwd, ' ');
try {
if (reader instanceof LineReader lr) {
lr.zeroOut();
Expand Down

0 comments on commit c5b01d5

Please sign in to comment.