Skip to content

Commit 44a4338

Browse files
author
fanshilun
committed
MAPREDUCE-7421. Fix CheckStyle.
1 parent e066ca0 commit 44a4338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/TestConcatenatedCompressedInput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ private static String unquote(String in) {
690690
* @param args
691691
* @throws Exception
692692
*/
693-
/*public static void main(String[] args) throws Exception {
693+
public static void main(String[] args) throws Exception {
694694
for(String arg: args) {
695695
System.out.println("Working on " + arg);
696696
LineReader reader = makeStream(unquote(arg));
@@ -702,5 +702,5 @@ private static String unquote(String in) {
702702
}
703703
reader.close();
704704
}
705-
}*/
705+
}
706706
}

0 commit comments

Comments
 (0)