Skip to content

Commit

Permalink
(#1277) Reword puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jun 15, 2020
1 parent f544117 commit 5d5af53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/cactoos/experimental/TimedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ public void failsDueToTimeoutWithInlineExecutorService() {
/**
* Repeat the test several times.
* @param test The test to execute.
* @todo #1277:30min Create RepeatedCallable decorator in order
* to get rid of `dummy` object parameter.
* @todo #1277:30min Add RepeatedCallable decorator to get rid of `dummy` object parameter
* used in #exec(X) method. Then inline this method.
*/
private void repeat(final Proc<Object> test) {
final Object dummy = new Object();
Expand Down

0 comments on commit 5d5af53

Please sign in to comment.