aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-10-16 14:30:05 +0200
committerGitHub <noreply@github.com>2020-10-16 14:30:05 +0200
commit75eb94eec1a8d80ece788956d0612848918c704c (patch)
tree6ed35dc93196f12f59208ffa9aaa16fe95a0326b
parente49ff4621653db5f5aae496963c36d49b2c6f507 (diff)
Update config-model/src/main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java b/config-model/src/main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java
index 45f6675838f..37ffc01a8ee 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java
@@ -41,7 +41,7 @@ public class ContainerDocumentApi {
private static void addRestApiHandler(ContainerCluster<?> cluster, Options options) {
- // TODO(bjorncs,jvenstad) Cleanup once old restapi handler is gone
+ // TODO(bjorncs,jonmv) Cleanup once old restapi handler is gone
// We need to include the old handler implementation even when the new handler is enabled
// The internal legacy test framework requires that the name of the old handler is listed in /ApplicationStatus
String oldHandlerName = "com.yahoo.document.restapi.resource.RestApi";