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

Fix on missed rename.

parent aa7e5378
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,7 @@ public class F_AdvancedStreams {
}
@Test
public void ex26_countTotalAndDistinctWords() {
public void f7_countTotalAndDistinctWords() {
List<String> allWords = reader.lines()
.map(String::toLowerCase)
.flatMap(line -> WORD_PATTERN.splitAsStream(line))
......
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