Skip to content

Commit

Permalink
(#1277) Fix issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jun 18, 2020
1 parent 93c82f4 commit 09548f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/java/org/cactoos/RepeatedProc.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
*
* @param <X> Type of input
* @since 0.49.2
* @todo ##1277:30m Split the entire `org.cactoos.func` package into
* `org.cactoos.func`, `org.cactoos.proc` and `org.cactoos.callable`, with each one holding
* their related decorators, classes and interfaces.
* @todo #1277:30m Split the entire `org.cactoos.func` package
* into `org.cactoos.func`, `org.cactoos.proc`
* and `org.cactoos.callable`,
* with each one holding their related decorators, classes and interfaces.
*/
public final class RepeatedProc<X> implements Proc<X> {
/**
Expand Down

0 comments on commit 09548f6

Please sign in to comment.