You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Harsh J (JIRA)" <ji...@apache.org> on 2012/05/04 15:28:48 UTC

[jira] [Created] (HADOOP-8359) Clear up javadoc warnings in hadoop-common-project

Harsh J created HADOOP-8359:
-------------------------------

             Summary: Clear up javadoc warnings in hadoop-common-project
                 Key: HADOOP-8359
                 URL: https://issues.apache.org/jira/browse/HADOOP-8359
             Project: Hadoop Common
          Issue Type: Task
          Components: conf
    Affects Versions: 2.0.0
            Reporter: Harsh J
            Priority: Trivial


Javadocs added in HADOOP-8172 has introduced two new javadoc warnings. Should be easy to fix these (just missing #s for method refs).

{code}
[WARNING] Javadoc Warnings
[WARNING] /Users/harshchouraria/Work/code/apache/hadoop/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java:334: warning - Tag @link: missing '#': "addDeprecation(String key, String newKey)"
[WARNING] /Users/harshchouraria/Work/code/apache/hadoop/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java:285: warning - Tag @link: missing '#': "addDeprecation(String key, String newKey,
[WARNING] String customMessage)"
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira