Skip to content

Commit 7cb91db

Browse files
tomscutayushtkn
authored andcommitted
HDFS-16122. Fix DistCpContext#toString() (#3191). Contributed by tomscut.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
1 parent c18ad9a commit 7cb91db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/DistCpContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public String toString() {
204204
return options.toString() +
205205
", sourcePaths=" + sourcePaths +
206206
", targetPathExists=" + targetPathExists +
207-
", preserveRawXattrs" + preserveRawXattrs;
207+
", preserveRawXattrs=" + preserveRawXattrs;
208208
}
209209

210210
}

0 commit comments

Comments
 (0)