[
https://issues.apache.org/jira/browse/JCLOUDS-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14021092#comment-14021092
]
ASF subversion and git services commented on JCLOUDS-546:
---------------------------------------------------------
Commit a66186dd9f67422ce17ce22f2c07c76c77a757b6 in jclouds-labs-openstack's
branch refs/heads/master from [~gaul]
[
https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git;h=a66186d ]
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//'
> Remove @author from javadocs
> ----------------------------
>
> Key: JCLOUDS-546
> URL: https://issues.apache.org/jira/browse/JCLOUDS-546
> Project: jclouds
> Issue Type: Task
> Components: docs
> Reporter: Chris Custine
> Assignee: Andrew Gaul
> Priority: Trivial
>
> There is a long standing board resolution that discourages use of @author
> tags in Apache project javadocs. jclouds source also contains @author tags
> attributing authorship to people that are not committers (from the Github
> days). I know its a pain, but it might be a good task prior to 1.8 and maybe
> even a 1.7.x release.
> Hadoop and other projects also have automated checks to flag patches with
> @author tags so that is something to consider down the road.
--
This message was sent by Atlassian JIRA
(v6.2#6252)