aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-09-13 10:01:11 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-09-13 10:01:11 +0200
commit5f56dbef4aaf4a2212fcd44bc8ce4a60f1cf2904 (patch)
tree0e66181f21526b934e0a47ddeb7cd3b57848b0ba /vespaclient-container-plugin
parent04694f5e9157f350af5bdbe4f39e272118a7eacb (diff)
Avoid wrapping the 12 bytes in yet another object.
Diffstat (limited to 'vespaclient-container-plugin')
-rw-r--r--vespaclient-container-plugin/src/main/java/com/yahoo/vespa/http/server/FeedHandlerV3.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient-container-plugin/src/main/java/com/yahoo/vespa/http/server/FeedHandlerV3.java b/vespaclient-container-plugin/src/main/java/com/yahoo/vespa/http/server/FeedHandlerV3.java
index 58ca3697095..0ca608baa87 100644
--- a/vespaclient-container-plugin/src/main/java/com/yahoo/vespa/http/server/FeedHandlerV3.java
+++ b/vespaclient-container-plugin/src/main/java/com/yahoo/vespa/http/server/FeedHandlerV3.java
@@ -51,7 +51,7 @@ public class FeedHandlerV3 extends LoggingRequestHandler {
DocumentmanagerConfig documentManagerConfig,
SessionCache sessionCache,
ThreadpoolConfig threadpoolConfig,
- DocumentApiMetrics metricsHelper) throws Exception {
+ DocumentApiMetrics metricsHelper) {
super(parentCtx);
docTypeManager = new DocumentTypeManager(documentManagerConfig);
this.sessionCache = sessionCache;