Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 304 Bytes

CloseWithoutCloseable.md

File metadata and controls

11 lines (6 loc) · 304 Bytes

Pattern: close() without Closeable

Issue: -

Description

If a class defines a void close() then that class should implement java.io.Closeable.

Further Reading