From 9511dfdb35edb1db9fbfc89344de03be64d06d64 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 25 Feb 2019 22:40:22 +0100 Subject: Rename argument --- container-core/src/main/java/com/yahoo/container/handler/VipStatus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container-core/src') diff --git a/container-core/src/main/java/com/yahoo/container/handler/VipStatus.java b/container-core/src/main/java/com/yahoo/container/handler/VipStatus.java index 46f1f8a9245..6f827041ffb 100644 --- a/container-core/src/main/java/com/yahoo/container/handler/VipStatus.java +++ b/container-core/src/main/java/com/yahoo/container/handler/VipStatus.java @@ -59,7 +59,7 @@ public class VipStatus { /** @deprecated don't pass VipStatusConfig */ @Deprecated // TODO: Remove on Vespa 8 - public VipStatus(QrSearchersConfig dispatchers, VipStatusConfig vipStatusConfig, ClustersStatus clustersStatus) { + public VipStatus(QrSearchersConfig dispatchers, VipStatusConfig ignored, ClustersStatus clustersStatus) { this(dispatchers, clustersStatus); } -- cgit v1.2.3