mirror of
https://github.com/apache/jclouds.git
synced 2025-02-12 21:16:13 +00:00
These ensure that inputs are closed properly. Updated with: find -name \*.java | xargs sed -i 's/toStringAndClose(\(.*\)\.getInput())/toString(\1)/'