Skip to content

Commit 58c0fbd

Browse files
authored
Merge pull request #258 from jglick/MaskingOutputStream.toString
Legible `MaskingOutputStream.toString`
2 parents 021fd9e + 7a3d6ce commit 58c0fbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/org/jenkinsci/plugins/credentialsbinding/masking/SecretPatterns.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ public MaskingOutputStream(@NonNull OutputStream out, @NonNull Supplier<Pattern>
135135
}
136136
}
137137

138+
@Override public String toString() {
139+
return "MaskingOutputStream[" + out + "]";
140+
}
141+
138142
}
139143

140144
private SecretPatterns() {}

0 commit comments

Comments
 (0)