Skip to content

Commit d5c07a9

Browse files
author
fanshilun
committed
MAPREDUCE-7420. Fix CheckStyle.
1 parent 2b669d2 commit d5c07a9

File tree

1 file changed

+1
-1
lines changed
  • hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred

1 file changed

+1
-1
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestFileOutputCommitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private void testRecoveryInternal(int commitVersion, int recoveryVersion)
151151
assertFalse(jtd2.exists(), "Version 2 commits to output dir " + jtd2);
152152
if (commitVersion == 1) {
153153
assertEquals(0, jtd1.list().length,
154-
"Version 2 recovery moves to output dir from " + jtd1);
154+
"Version 2 recovery moves to output dir from " + jtd1);
155155
}
156156
}
157157

0 commit comments

Comments
 (0)