Skip to content

Commit

Permalink
Remove unused package-private constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 22, 2024
1 parent 04fcba6 commit 504d5fe
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ final class UserPassKey implements Serializable {
private final CharArray name;
private final CharArray password;

UserPassKey(final char[] userName, final char[] password) {
this(new CharArray(userName), new CharArray(password));
}

UserPassKey(final CharArray userName, final CharArray userPassword) {
this.name = userName;
this.password = userPassword;
Expand Down

0 comments on commit 504d5fe

Please sign in to comment.