mirror of
https://github.com/apache/jclouds.git
synced 2025-02-06 10:09:35 +00:00
Annotations removed with: find -name \*.java | xargs sed -i /@author/d Empty Javadoc removed with multiple iterations of: find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//' find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//' find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
# # A driver to use the Bouncy Castle Crypto API (http://www.bouncycastle.org/) # as an encryption library in jclouds. # # TODO: Usage example.