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