summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-03 12:59:34 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:26 +0200
commitdc8e8c4d256ad7ad4f7c21f922e0bc62bc5c12da (patch)
tree9c6b839d0a1b4117da35e3fddcb759c05f9b2279 /vespa-http-client
parent00d3905e2c2384507c275af7fcfa8ba11ed545fd (diff)
Remove clientBindings on Vespa 8
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/api/FeedClientImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/api/FeedClientImpl.java b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/api/FeedClientImpl.java
index fa214808ae3..b46f23923f5 100644
--- a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/api/FeedClientImpl.java
+++ b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/api/FeedClientImpl.java
@@ -52,8 +52,8 @@ public class FeedClientImpl implements FeedClient {
timeoutExecutor,
clock);
if (warningPrinted.compareAndSet(false, true)) {
- log.warning("The vespa-http-client is deprecated and will be removed in Vespa 8. " +
- "See https://docs.vespa.ai/en/vespa8-release-notes.html");
+ log.warning("The vespa-http-client is deprecated and will be removed on Vespa 8. " +
+ "See https://docs.vespa.ai/en/vespa8-release-notes.html");
}
}