You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Arpit Agarwal (JIRA)" <ji...@apache.org> on 2018/01/03 01:23:00 UTC

[jira] [Updated] (HADOOP-15155) Error in javadoc of ReconfigurableBase#reconfigureProperty

     [ https://issues.apache.org/jira/browse/HADOOP-15155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpit Agarwal updated HADOOP-15155:
-----------------------------------
    Description: 
There is an error 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}

  was:
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}


> Error 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
>              Labels: newbie
>         Attachments: HADOOP-15155.001.patch
>
>
> There is an error 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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org