aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api/src
diff options
context:
space:
mode:
authorØyvind Grønnesby <oyving@verizonmedia.com>2019-06-27 17:31:56 +0200
committerØyvind Grønnesby <oyving@verizonmedia.com>2019-06-27 17:31:56 +0200
commit559c2f2c38f70b785074be6e142548be412cd648 (patch)
tree87ed8565cb176847b6118f4db4103976bf563bbd /config-model-api/src
parente6b4f5de4f2fb60aadf518a55b80ca9db8d665cd (diff)
Update javadoc to explain new behavior on default endpoint ID
Diffstat (limited to 'config-model-api/src')
-rw-r--r--config-model-api/src/main/java/com/yahoo/config/application/api/Endpoint.java2
1 files changed, 1 insertions, 1 deletions
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
*/