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 "Ajay Kumar (JIRA)" <ji...@apache.org> on 2018/01/02 23:21:01 UTC

[jira] [Created] (HADOOP-15155) Typo in javadoc of ReconfigurableBase#reconfigureProperty

Ajay Kumar created HADOOP-15155:
-----------------------------------

             Summary: Typo in javadoc of ReconfigurableBase#reconfigureProperty
                 Key: HADOOP-15155
                 URL: https://issues.apache.org/jira/browse/HADOOP-15155
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Ajay Kumar
            Assignee: Ajay Kumar
            Priority: Minor


There is a typo in javadoc of reconfigureProperty#reconfigurePropertyImpl

{code}
   * This method cannot be overridden, subclasses should instead override
   * reconfigureProperty.
{code}
should change to
{code}
   * This method cannot be overridden, subclasses should instead override
   * reconfigurePropertyImpl.
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org