[ 
https://issues.apache.org/jira/browse/YARN-8976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677590#comment-16677590
 ] 

Hudson commented on YARN-8976:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15379 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15379/])
YARN-8976. Remove redundant modifiers in interface ApplicationConstants. (wwei: 
rev 482716e5a4d1edfd3aa6a1ae65a58652f89375f1)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/ApplicationConstants.java


> Remove redundant modifiers in interface "ApplicationConstants"
> --------------------------------------------------------------
>
>                 Key: YARN-8976
>                 URL: https://issues.apache.org/jira/browse/YARN-8976
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Zhankun Tang
>            Assignee: Zhankun Tang
>            Priority: Trivial
>             Fix For: 3.3.0
>
>         Attachments: YARN-8976-trunk.001.patch
>
>
> There're many redundant modifiers in ApplicationContants.java. For instance, 
> "public static final" is redundant due to the String in an interface is 
> implicitly public static final.
> public static final String CLASS_PATH_SEPARATOR = "<CPS>"
> And the redundant public modifier for enums defination in interface and 
> redundant private modifier for enum constructor.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to