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);/'
# # The jclouds provider for Windows Azure's Storage (http://www.microsoft.com/windowsazure/storage/default.aspx). # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.