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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dfe0cd86
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dfe0cd86
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dfe0cd86

Branch: refs/heads/YARN-1011
Commit: dfe0cd86553bd2688603ea382ea593171d520471
Parents: 7fe6f83
Author: Arpit Agarwal <a...@apache.org>
Authored: Tue Jan 2 10:50:13 2018 -0800
Committer: Arpit Agarwal <a...@apache.org>
Committed: Tue Jan 2 10:50:13 2018 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/dfe0cd86/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java
index a705279..231cd3a 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java
+++ 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java
@@ -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.


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to