HADOOP-15198. Correct the spelling in CopyFilter.java. Contributed by Mukul Kumar Singh.
This commit is contained in:
parent
f9a4d4cf23
commit
d4e13a4647
|
@ -43,7 +43,7 @@ public abstract class CopyFilter {
|
||||||
* Public factory method which returns the appropriate implementation of
|
* Public factory method which returns the appropriate implementation of
|
||||||
* CopyFilter.
|
* CopyFilter.
|
||||||
*
|
*
|
||||||
* @param conf DistCp configuratoin
|
* @param conf DistCp configuration
|
||||||
* @return An instance of the appropriate CopyFilter
|
* @return An instance of the appropriate CopyFilter
|
||||||
*/
|
*/
|
||||||
public static CopyFilter getCopyFilter(Configuration conf) {
|
public static CopyFilter getCopyFilter(Configuration conf) {
|
||||||
|
|
Loading…
Reference in New Issue