Skip to content

Commit fba30be

Browse files
Aasha MedhiAasha Medhi
authored andcommitted
Resolve Review Comments
2 parents 713b08c + a601ad8 commit fba30be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestDistCpSync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ private void verifySync(FileStatus s, FileStatus t, boolean compareName, String
858858
for (int i = 0; i < minFiles; i++) {
859859
if (slist[i].getPath().getName().contains(deletedName)) {
860860
if (tlist[i].getPath().getName().contains(deletedName)) {
861-
throw new Exception("Target file is not synced as per exclusion filter");
861+
throw new Exception("Target is not synced as per exclusion filter");
862862
}
863863
continue;
864864
}

0 commit comments

Comments
 (0)