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