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