mirror of
https://github.com/apache/jclouds.git
synced 2025-02-19 00:25:19 +00:00
This avoids unneeded garbage, especially during XML parsing. Replaced with: find -name \*.java | xargs sed -i 's/^\( *[^ ]*\) = new StringBuilder();$/\1.setLength(0);/'