HADOOP-15152. Typo in javadoc of ReconfigurableBase#reconfigurePropertyImpl. Contributed by Nanda kumar.

This commit is contained in:
Arpit Agarwal 2018-01-02 10:50:13 -08:00
parent 7fe6f83c8f
commit dfe0cd8655
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public abstract class ReconfigurableBase
* all internal data structures derived from the configuration property
* that is being changed. If this object owns other Reconfigurable objects
* reconfigureProperty should be called recursively to make sure that
* to make sure that the configuration of these objects is updated.
* the configuration of these objects are updated.
*
* @param property Name of the property that is being reconfigured.
* @param newVal Proposed new value of the property.