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 b244272 commit 5b73759
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ 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();
// return null;
}

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

0 comments on commit 5b73759

Please sign in to comment.