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

Hudson commented on HDFS-2073:
------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #746 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/746/])
    HDFS-2073. Add @Override annotation to NameNode. Contributed by Suresh 
Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1136230
Files : 
* /hadoop/common/trunk/hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/NameNode.java


> Namenode is missing @Override annotations
> -----------------------------------------
>
>                 Key: HDFS-2073
>                 URL: https://issues.apache.org/jira/browse/HDFS-2073
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: name-node
>    Affects Versions: 0.23.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: HDFS-2073.patch
>
>
> NameNode implements several protocols. The methods that implement the 
> interface do not have @Override. Also @inheritdoc is used, which is not 
> needed with @Override.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to