Skip to content

Commit d5e7654

Browse files
committed
fix checkstyle for MAPREDUCE-7472
1 parent 45f51df commit d5e7654

File tree

1 file changed

+1
-1
lines changed
  • hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp

1 file changed

+1
-1
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestBlocks.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void testConfigurationBlock() throws Exception {
100100
assertTrue(data.toString().contains(
101101
MRJobConfUtil.REDACTION_REPLACEMENT_VAL));
102102
assertTrue(data.toString().contains("hive.query.string"));
103-
assertTrue(data.toString().contains(URLDecoder.decode(testQueryStringEncoded,"UTF-8")));
103+
assertTrue(data.toString().contains(URLDecoder.decode(testQueryStringEncoded, "UTF-8")));
104104
}
105105

106106
/**

0 commit comments

Comments
 (0)