summaryrefslogtreecommitdiffstats
path: root/routing-generator
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-06-03 09:32:41 +0000
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:26 +0200
commit5a278c3dd309526440224242490061ae9057902b (patch)
tree8ee7aa4a214e79d8063f4cd9b1215c05a985247c /routing-generator
parent3d05cd4c6bd3a78fc05d7a3a4f66bace5d82ad45 (diff)
remove SuppressWarnings no longer needed
Diffstat (limited to 'routing-generator')
-rw-r--r--routing-generator/src/main/java/com/yahoo/vespa/hosted/routing/RoutingGenerator.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/routing-generator/src/main/java/com/yahoo/vespa/hosted/routing/RoutingGenerator.java b/routing-generator/src/main/java/com/yahoo/vespa/hosted/routing/RoutingGenerator.java
index a1d84873379..e4e739c89c7 100644
--- a/routing-generator/src/main/java/com/yahoo/vespa/hosted/routing/RoutingGenerator.java
+++ b/routing-generator/src/main/java/com/yahoo/vespa/hosted/routing/RoutingGenerator.java
@@ -51,7 +51,6 @@ public class RoutingGenerator extends AbstractComponent {
private final Router router;
private final Clock clock;
- @SuppressWarnings("removal") // TODO Vespa 8: remove
private final ConfigSubscriber configSubscriber;
private final ExecutorService executor = Executors.newSingleThreadExecutor(new DaemonThreadFactory("routing-generator-config-subscriber"));