HADOOP-15152. Typo in javadoc of ReconfigurableBase#reconfigurePropertyImpl. Contributed by Nanda kumar.
This commit is contained in:
parent
7fe6f83c8f
commit
dfe0cd8655
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue