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