From 75eb94eec1a8d80ece788956d0612848918c704c Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Fri, 16 Oct 2020 14:30:05 +0200 Subject: Update config-model/src/main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java --- .../main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3