You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2016/02/02 00:13:39 UTC

[jira] [Resolved] (REEF-1178) Remove author information from source code

     [ https://issues.apache.org/jira/browse/REEF-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Weimer resolved REEF-1178.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.14

Resolved via [#815|https://github.com/apache/reef/pull/815]

> Remove author information from source code
> ------------------------------------------
>
>                 Key: REEF-1178
>                 URL: https://issues.apache.org/jira/browse/REEF-1178
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF Examples, REEF Runtime YARN, Tang
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>             Fix For: 0.14
>
>
> ASF strongly recommends to remove @author tags because @author tags imply individual ownership. If you don't mind, we had better remove the followings. (This is just a issue and a materialized PR for discussion. According to the consensus in community, it will be changed.)
> {code:title=lang/java/reef-examples/src/main/java/org/apache/reef/examples/group/utils/math/VectorCodec.java|borderStyle=solid}
> - *
> - * @author shravan
> {code}
> {code:title=lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/ExternalConstructor.java|borderStyle=solid}
> - * @author sears
> {code}
> {code:title=lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/annotations/Unit.java|borderStyle=solid}
> - *
> - * @author sears
> {code}
> {code:title=lang/java/reef-runtime-yarn/src/main/java/org/apache/reef/runtime/yarn/driver/YarnDriverConfiguration.java|borderStyle=solid}
>  /**
> - * Created by marku_000 on 2014-07-07.
> + * ConfigurationModule to create YARN Driver configurations.
>   */
>  public class YarnDriverConfiguration extends ConfigurationModuleBuilder {
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)