Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 18, 2022
2 parents 2536eb8 + 809fd5d commit 90d4ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/takes/rq/RqOnce.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
* <p>The class is immutable and thread-safe.
*
* @since 0.36
* @todo #999:30min Please use {@link org.cactoos.text.Sticky} decorator
* class instead of inner anonymous class below, which prevents input
* from being read twice by caching results of first call internally.
* @todo #1080:30min Please make two decorators (HeadOnce and BodyOnce)
* that prevent multiple reads of their contents. Introduce some units
* tests for these new classes.
*/
@EqualsAndHashCode(callSuper = true)
public final class RqOnce extends RqWrap {
Expand Down

2 comments on commit 90d4ce7

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 90d4ce7 Jan 18, 2022

Choose a reason for hiding this comment

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

Puzzle 999-c596aa68 disappeared from src/main/java/org/takes/rq/RqOnce.java, that's why I closed #1080. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 90d4ce7 Jan 18, 2022

Choose a reason for hiding this comment

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

Puzzle 1080-c1d53f7a discovered in src/main/java/org/takes/rq/RqOnce.java and submitted as #1117. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.