Skip to content

Commit

Permalink
Respect puzzle compliance #1080
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier B. OURA committed Mar 25, 2021
1 parent 5b415fb commit a84a516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/takes/rq/RqOnce.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
*
* @since 0.36
* @todo #1080:30min Please make two decorators (HeadOnce and BodyOnce)
* that prevent multiple reads of their contents.
* 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

0 comments on commit a84a516

Please sign in to comment.