Skip to content

Commit 86444bb

Browse files
author
James Lee
committed
fix typo in WordCount
1 parent ebc2eb0 commit 86444bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/sparkTutorial/rdd/WorldCount.java renamed to src/main/java/com/sparkTutorial/rdd/WordCount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import java.util.Arrays;
1111
import java.util.Map;
1212

13-
public class WorldCount {
13+
public class WordCount {
1414

1515
public static void main(String[] args) throws Exception {
1616

0 commit comments

Comments
 (0)