Skip to content

Consistently use IOUtils.close()

Instead of manually checking for nullability before calling close on a Closable consistently use IOUtils.close()

Merge request reports