From 559c2f2c38f70b785074be6e142548be412cd648 Mon Sep 17 00:00:00 2001 From: Øyvind Grønnesby Date: Thu, 27 Jun 2019 17:31:56 +0200 Subject: Update javadoc to explain new behavior on default endpoint ID --- .../src/main/java/com/yahoo/config/application/api/Endpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-model-api/src/main/java/com/yahoo/config/application/api/Endpoint.java') diff --git a/config-model-api/src/main/java/com/yahoo/config/application/api/Endpoint.java b/config-model-api/src/main/java/com/yahoo/config/application/api/Endpoint.java index ca8eadd8d1f..158fbfb175f 100644 --- a/config-model-api/src/main/java/com/yahoo/config/application/api/Endpoint.java +++ b/config-model-api/src/main/java/com/yahoo/config/application/api/Endpoint.java @@ -13,7 +13,7 @@ import java.util.stream.Collectors; * endpoint (endpointId) and the name of the container cluster that the endpoint * should point to. * - * If the endpointId is not set, it will default to the same as the containerId. + * If the endpoint is not set it will default to the string "default". * * @author ogronnesby */ -- cgit v1.2.3