Skip to content

Commit

Permalink
Legible MaskingOutputStream.toString
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jul 26, 2023
1 parent 8c08063 commit 7a3d6ce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ public MaskingOutputStream(@NonNull OutputStream out, @NonNull Supplier<Pattern>
}
}

@Override public String toString() {
return "MaskingOutputStream[" + out + "]";
}

}

private SecretPatterns() {}
Expand Down

0 comments on commit 7a3d6ce

Please sign in to comment.