aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/resources/configserver-app
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-04-12 20:50:36 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-04-12 20:57:24 +0200
commit32ee992e5cfc6f11a022cc62e658a6f2cf1d25a5 (patch)
tree74c5211cd629a9e91276c7d37f4cb66af8d5b99a /configserver/src/main/resources/configserver-app
parent97e6a063049a93d7a78301f29c27148f72dcef67 (diff)
Rename class to match naming convention of other handlers
Diffstat (limited to 'configserver/src/main/resources/configserver-app')
-rw-r--r--configserver/src/main/resources/configserver-app/services.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configserver/src/main/resources/configserver-app/services.xml b/configserver/src/main/resources/configserver-app/services.xml
index 47fc76af119..fd8bda8f305 100644
--- a/configserver/src/main/resources/configserver-app/services.xml
+++ b/configserver/src/main/resources/configserver-app/services.xml
@@ -75,7 +75,7 @@
<binding>http://*/orchestrator/v1/hosts</binding>
<binding>http://*/orchestrator/v1/hosts/*</binding>
</handler>
- <handler id="com.yahoo.vespa.orchestrator.resources.HostSuspensionHandler" bundle="orchestrator">
+ <handler id="com.yahoo.vespa.orchestrator.resources.HostSuspensionRequestHandler" bundle="orchestrator">
<binding>http://*/orchestrator/v1/suspensions/hosts</binding>
<binding>http://*/orchestrator/v1/suspensions/hosts/*</binding>
</handler>