From 9fc2a547586875beaa7cd549466c625de89e8300 Mon Sep 17 00:00:00 2001 From: andreoss Date: Wed, 8 Jul 2020 12:12:16 -0400 Subject: [PATCH] (#200) Add puzzle --- src/main/java/com/jcabi/http/request/ApacheRequest.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/jcabi/http/request/ApacheRequest.java b/src/main/java/com/jcabi/http/request/ApacheRequest.java index 3e3b6396..cc015815 100644 --- a/src/main/java/com/jcabi/http/request/ApacheRequest.java +++ b/src/main/java/com/jcabi/http/request/ApacheRequest.java @@ -64,7 +64,10 @@ *

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")