Skip to content

Commit

Permalink
(yegor256#1462) Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Oct 16, 2020
1 parent 3707553 commit 9b69568
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/cactoos/text/Lowered.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ public Lowered(final Text text) {
* Ctor.
* @param text The text
* @param locale The locale
* @todo #1287:30min Introduce `text.Mapped` that takes a `Text` and
* a `Func` from `String` to `String`. Add some tests (included for
* `equals`). Once it is done, replace the code below by the use of
* `text.Mapped`. Do the same for all the one-liner mapping of the
* `text` package (e.g., `Upper`, `Trimmed`).
*/
public Lowered(final Text text, final Locale locale) {
super(new Mapped(str -> str.toLowerCase(locale), text));
Expand Down

0 comments on commit 9b69568

Please sign in to comment.