raml-org / raml-java-parser

(deprecated) A RAML parser based on SnakeYAML written in Java
Other
174 stars 121 forks source link

Fix for #693 input stream resource leak #694

Open wmccusker opened 4 years ago

wmccusker commented 4 years ago

CacheResourceLoader will now close the input stream after reading in all of the contents.