smagill opened a new pull request #1393: URL: https://github.com/apache/groovy/pull/1393
Fix a resource leak warning. While CharBuf.close is currently a no-op, CharBuf does inherit from Writer, which has the contract that it should be closed after use. This protects against the case where CharBuf is later changed to involve resources that should be freed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
