diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java index c1720e6bf96..6d8f58764fb 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java @@ -2610,7 +2610,7 @@ public class Configuration implements Iterable>, * If no such property is specified, then defaultValue is * returned. * - * @param name the class name. + * @param name the conf key name. * @param defaultValue default value. * @return property value as a Class, * or defaultValue. @@ -2636,7 +2636,7 @@ public class Configuration implements Iterable>, * An exception is thrown if the returned class does not implement the named * interface. * - * @param name the class name. + * @param name the conf key name. * @param defaultValue default value. * @param xface the interface implemented by the named class. * @return property value as a Class,