Skip to content

Commit

Permalink
Fix eclipse#292: Add implementation to TextProcessorJDK.getHaikuAsCha…
Browse files Browse the repository at this point in the history
…rs() for haiku-kata-solutions module
  • Loading branch information
bhsingla committed Sep 22, 2023
1 parent d35a0dd commit cf2c6b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public IntStream getHaikuAsChars()
// TODO: Create an IntStream representing the chars from this.getHaiku()
// Hint: Look at the chars() method on the String class
return this.getHaiku().chars();

}

public List<Map.Entry<Character, Long>> topLetters()
Expand Down

0 comments on commit cf2c6b7

Please sign in to comment.