Skip to content
Snippets Groups Projects
Commit 31904ddc authored by Stuart Marks's avatar Stuart Marks
Browse files

Corresponding fix to exercise 23 for solutions.

parent 6f30c503
No related branches found
No related tags found
No related merge requests found
......@@ -756,7 +756,7 @@ public class Exercises {
*/
@Test
public void ex23_wordFrequencies() throws IOException {
//UNCOMMENT//Map<Integer, Long> result = null; // TODO
//UNCOMMENT//Map<String, Long> result = null; // TODO
//BEGINREMOVE
Map<String, Long> result =
reader.lines()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment