HADOOP-15155. Error in javadoc of ReconfigurableBase#reconfigureProperty. Contributed by Ajay Kumar.

This commit is contained in:
Arpit Agarwal 2018-01-02 17:22:55 -08:00
parent 33ae2a4ae1
commit d82874851e

View File

@ -214,7 +214,7 @@ public void shutdownReconfigurationTask() {
* This method makes the change to this objects {@link Configuration} * This method makes the change to this objects {@link Configuration}
* and calls reconfigurePropertyImpl to update internal data structures. * and calls reconfigurePropertyImpl to update internal data structures.
* This method cannot be overridden, subclasses should instead override * This method cannot be overridden, subclasses should instead override
* reconfigureProperty. * reconfigurePropertyImpl.
*/ */
@Override @Override
public final void reconfigureProperty(String property, String newVal) public final void reconfigureProperty(String property, String newVal)