mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
176a0d7752
Java 7 introduced the try-with-resources statement, which implicitly closes Closeables. Fixes sonar rule squid:S2095