Skip to content

Update WordCount.java#38

Open
abinj wants to merge 1 commit intodatabricks:masterfrom
abinj:patch-1
Open

Update WordCount.java#38
abinj wants to merge 1 commit intodatabricks:masterfrom
abinj:patch-1

Conversation

@abinj
Copy link

@abinj abinj commented Jul 19, 2019

Arrays.asList returns List, which needs to convert to Iterator.

Arrays.asList<String> returns List<String>, which needs to convert to Iterator<String>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant