We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.2.1 (specifically 45798d2#diff-ce9855af6f4bf0b79da948bf6f824c3a27248b9d4904f8d51e8b85033e8e2098R285-R289 and 45798d2#diff-3c5e0db05f332cc94b1b7863e741908ba13cc73a1ac182132f288d5998d583fdR77) introduced a bug:
It causes the PrintWriter always to be closed, even if it is System.out.
PrintWriter
System.out
The text was updated successfully, but these errors were encountered:
Fix inadvertent closing of System.out when printing configuration
a3bf433
Fixes Guardsquare#365
Successfully merging a pull request may close this issue.
7.2.1 (specifically 45798d2#diff-ce9855af6f4bf0b79da948bf6f824c3a27248b9d4904f8d51e8b85033e8e2098R285-R289 and 45798d2#diff-3c5e0db05f332cc94b1b7863e741908ba13cc73a1ac182132f288d5998d583fdR77) introduced a bug:
It causes the
PrintWriter
always to be closed, even if it isSystem.out
.The text was updated successfully, but these errors were encountered: