jclouds/drivers
Andrew Gaul 9cdd53b0b7 JCLOUDS-546: Remove Javadoc @author annotations
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//'
2014-06-07 21:44:54 -07:00
..
apachehc JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
bouncycastle JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
enterprise JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
gae JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
joda JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
jsch JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
log4j JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
netty JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
okhttp JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
slf4j JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
sshj JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
pom.xml Added OkHttp driver to support modern HTTP verbs 2014-01-13 10:47:39 +01:00