aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-core
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 16:45:12 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 16:45:12 +0100
commitdeaac2672dbf627a319b7ebaba808e7918bd0186 (patch)
treea019ca1c748cb00c3b77d2569a92915363e27e22 /vespaclient-core
parent7fbfecba694f1665d5c00bd504086a49898f8bb2 (diff)
Reduce exposure of com.yahoo.jdisc.http.HttpRequest.
Diffstat (limited to 'vespaclient-core')
-rw-r--r--vespaclient-core/src/main/java/com/yahoo/feedhandler/InputStreamRequest.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/vespaclient-core/src/main/java/com/yahoo/feedhandler/InputStreamRequest.java b/vespaclient-core/src/main/java/com/yahoo/feedhandler/InputStreamRequest.java
index a62ecbd55ec..c29d6582ea7 100644
--- a/vespaclient-core/src/main/java/com/yahoo/feedhandler/InputStreamRequest.java
+++ b/vespaclient-core/src/main/java/com/yahoo/feedhandler/InputStreamRequest.java
@@ -6,9 +6,7 @@ import java.util.HashMap;
import java.util.Map;
/**
- * This is needed because whoever wrote this library moronically decided to pass in-process communication through
- * the HTTP layer. As the feeded is being phased out in favor of the standalone HTTP client we don't bother to clean
- * it up properly.
+ * Simple wrapper of a stream and some properties.
*
* @author bratseth
*/