HDFS-16122. Fix DistCpContext#toString() (#3191). Contributed by tomscut.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
c18ad9a007
commit
7cb91db575
|
@ -204,7 +204,7 @@ public class DistCpContext {
|
|||
return options.toString() +
|
||||
", sourcePaths=" + sourcePaths +
|
||||
", targetPathExists=" + targetPathExists +
|
||||
", preserveRawXattrs" + preserveRawXattrs;
|
||||
", preserveRawXattrs=" + preserveRawXattrs;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue