Skip to content

Commit

Permalink
(#200) Add puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jul 8, 2020
1 parent ccdfcf2 commit 9fc2a54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/com/jcabi/http/request/ApacheRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
* <p>The class is immutable and thread-safe.
*
* @since 0.8
* // @checkstyle ClassDataAbstractionCoupling (500 lines)
* @checkstyle ClassDataAbstractionCoupling (500 lines)
* @todo #200:30m TrustedWire does not support ApacheRequest.
* Investigate if it's possible for them to work together,
* if not see jcabi-http#178 for discussion about alternative solutions.
*/
@Immutable
@EqualsAndHashCode(of = "base")
Expand Down

1 comment on commit 9fc2a54

@0pdd
Copy link

@0pdd 0pdd commented on 9fc2a54 Jul 8, 2020

Choose a reason for hiding this comment

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

Puzzle 200-8bafc4f4 discovered in src/main/java/com/jcabi/http/request/ApacheRequest.java and submitted as #202. 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.