aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/src/main
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-11-09 14:52:04 +0100
committerGitHub <noreply@github.com>2020-11-09 14:52:04 +0100
commit5c04f9e9e4f1b2e39510eb22c36ba4eb988cdab5 (patch)
tree7a89d7a88010d90beb1fcad18b0edf8779ef732c /orchestrator/src/main
parent7041b884f3f32f101031c37dcf7cd4eefb510d2c (diff)
Revert "Bjorncs/rewrite config convergence checker client"
Diffstat (limited to 'orchestrator/src/main')
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/RetryingClusterControllerClientFactory.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/RetryingClusterControllerClientFactory.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/RetryingClusterControllerClientFactory.java
index e2e769f8556..4b82f278f23 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/RetryingClusterControllerClientFactory.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/controller/RetryingClusterControllerClientFactory.java
@@ -14,7 +14,6 @@ import java.util.List;
/**
* @author bakksjo
*/
-@SuppressWarnings("removal") // VespaJerseyJaxRsClientFactory
public class RetryingClusterControllerClientFactory extends AbstractComponent implements ClusterControllerClientFactory {
// TODO: Figure this port out dynamically.