Skip to content

Commit b2f1bc5

Browse files
committed
update java style
1 parent 8a77fea commit b2f1bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigdata/src/main/java/cn/tommyyang/bigfile/BigFile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
public class BigFile {
1414

1515
public static void main(String[] args) throws IOException {
16-
//BigFileTool.readContent(args[0], args[1]);
1716
FileService fileService = new FileService("./smallfiles/sink-0.txt");
17+
//BigFileTool.readContent(args[0], args[1]);
1818
fileService.countWords();
1919
System.out.println(fileService.getTreeMap());
2020
System.out.println(fileService.getTreeMap().firstEntry().getKey() + ":" + fileService.getTreeMap().firstEntry().getValue());

0 commit comments

Comments
 (0)