Skip to content

Commit

Permalink
(#1349) Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Sep 13, 2020
1 parent dd694aa commit ebab160
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/cactoos/scalar/ScalarOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
*
* @param <T> Element type
* @since 0.4
* @todo #1320:30min Continue implement class ScalarOf that takes various
* objects such as a Supplier, Callable, etc and implement Scalar. Use it
* to replace in all places where it is needed. Add tests for each of the
* constructors.
*/
public final class ScalarOf<T> implements Scalar<T> {

Expand Down

1 comment on commit ebab160

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on ebab160 Sep 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1320-62e15acb disappeared from src/main/java/org/cactoos/scalar/ScalarOf.java, that's why I closed #1349. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.