Skip to content

QuietAutoClosable and ReportNothing

Choose a tag to compare

@ScottBob ScottBob released this 11 Sep 22:26
· 87 commits to master since this release

ReportNothing is a reporter that literally does nothing
QuietAutoClosable allows you to use try-with-resource blocks without adding a "throws Exception" to the method.