aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-api
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2019-08-20 12:55:59 +0200
committerJon Marius Venstad <venstad@gmail.com>2019-08-20 12:55:59 +0200
commit22b9c87669181c71c96809bc2a25934392ebcaef (patch)
treecdc786c2f05f454f02fe45f6328e85b2bc6cd265 /hosted-api
parent2af85a042b5d7ca94fdc8a0b8a04c258d6b64df2 (diff)
Fix javadoc
Diffstat (limited to 'hosted-api')
-rw-r--r--hosted-api/src/main/java/ai/vespa/hosted/api/TestConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted-api/src/main/java/ai/vespa/hosted/api/TestConfig.java b/hosted-api/src/main/java/ai/vespa/hosted/api/TestConfig.java
index ed789f9de00..a845dabf804 100644
--- a/hosted-api/src/main/java/ai/vespa/hosted/api/TestConfig.java
+++ b/hosted-api/src/main/java/ai/vespa/hosted/api/TestConfig.java
@@ -67,7 +67,7 @@ public class TestConfig {
/**
* Returns a TestConfig with default values for everything except the endpoints.
- * @param endpoints a set of cluster name -> URI mappings — one per services.xml container cluster
+ * @param endpoints the endpoint for each of the containers specified in services.xml, by container id
*/
public static TestConfig fromEndpointsOnly(Map<String, URI> endpoints) {
return new TestConfig(ApplicationId.defaultId(),