yamlbeans icon indicating copy to clipboard operation
yamlbeans copied to clipboard

YamlWriter and YamlReader do not implement Closeable

Open ccrvincent opened this issue 8 years ago • 0 comments

This prevents using them in try-with-resources blocks in Java 7+, or with close helpers in previous versions of Java.

ccrvincent avatar Nov 17 '16 23:11 ccrvincent