summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2017-10-26 10:59:06 +0200
committerHåkon Hallingstad <hakon@oath.com>2017-10-26 10:59:06 +0200
commitf314723a485674937d3952ab5f7b62e6c63ab16e (patch)
tree42709b6182cf7f9decb8d0d2233bf252a6614f2e /orchestrator-restapi
parentc4907cf034d0a744a0cac2d49a68ef6d2a83c76f (diff)
Undo incompatible change to HostResource::getHost
Diffstat (limited to 'orchestrator-restapi')
-rw-r--r--orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java
index 7f576f6c4e3..ad0f3e094eb 100644
--- a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java
+++ b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostApi.java
@@ -40,8 +40,7 @@ public interface HostApi {
@GET
@Path("/{hostname}")
@Produces(MediaType.APPLICATION_JSON)
- GetHostResponse getHost(@Context UriInfo uriInfo,
- @PathParam("hostname") String hostNameString);
+ GetHostResponse getHost(@PathParam("hostname") String hostNameString);
/**
* Tweak internal Orchestrator state for host.