summaryrefslogtreecommitdiffstats
path: root/vespaclient-core
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-14 08:52:26 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-04-14 08:52:26 +0000
commita3449cee0f6e79be2bcfc27051ec93c2c4e37eec (patch)
tree76d053e85a35ebf954bd66576d7a8d410ff75abb /vespaclient-core
parent028da87d62146b22738172c2c5231e203a149c54 (diff)
Add timeout control
Diffstat (limited to 'vespaclient-core')
-rw-r--r--vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java b/vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java
index 74a4f916c07..581a51ffc02 100644
--- a/vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java
+++ b/vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java
@@ -208,14 +208,6 @@ public class MessagePropertyProcessor implements ConfigSubscriber.SingleSubscrib
this.route = route;
}
- public long getTimeout() {
- return timeout;
- }
-
- public void setTimeout(long timeout) {
- this.timeout = timeout;
- }
-
public DocumentProtocol.Priority getPriority() {
return priority;
}