Re: remove @author Javadoc (was: Licensing and legal question)

2014-06-09 Thread Andrew Gaul
I ran the sed scripts against all the repositories; please check if I missed some or if subsequent commits reintroduced some instances. On Mon, Jun 09, 2014 at 08:49:36PM +, Jeremy Daggett wrote: > Thanks Andrew! > > Were you planning on running this against the other jclouds repos as well? >

Re: remove @author Javadoc (was: Licensing and legal question)

2014-06-09 Thread Jeremy Daggett
Thanks Andrew! Were you planning on running this against the other jclouds repos as well? /jd On 6/7/14, 9:52 PM, "Andrew Gaul" wrote: >I removed all @author annotations and empty Javadoc with some sed >scripts. Checkstyle should ensure that we do not add @author >annotations in the future.