From 0f1ff74f9a24371df350f256d3f9eb879fe21e19 Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Fri, 27 Oct 2017 09:26:28 +0200 Subject: Remove unused GetHostResponse constructor --- .../yahoo/vespa/orchestrator/restapi/wire/GetHostResponse.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/wire/GetHostResponse.java b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/wire/GetHostResponse.java index 38801c4c817..775ab3a6c5c 100644 --- a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/wire/GetHostResponse.java +++ b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/wire/GetHostResponse.java @@ -26,14 +26,6 @@ public class GetHostResponse { private final String applicationUrl; private final List services; - // Deprecated - kept for backwards compatibility until clients have migrated away - public GetHostResponse(String hostname, String state) { - this.hostname = hostname; - this.state = state; - this.applicationUrl = null; - this.services = null; - } - @JsonCreator public GetHostResponse( @JsonProperty(FIELD_NAME_HOSTNAME) String hostname, -- cgit v1.2.3