aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-api
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-03-24 10:32:50 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-03-24 10:32:50 +0100
commit84a1c56ecbe8c8bd3705ea747584a98f5fa34147 (patch)
treeb21cea4c3c9b361bceaf9f7023420737696a41cd /hosted-api
parent76a82eeed23094e0f2b70b1325115b8b1e521904 (diff)
Support api key variable for signature based test framework controller client
Diffstat (limited to 'hosted-api')
-rw-r--r--hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java b/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java
index fd640bcc235..22c32cfa9ec 100644
--- a/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java
+++ b/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java
@@ -52,7 +52,7 @@ public class Properties {
return getNonBlankProperty("apiCertificateFile").map(Paths::get);
}
- /** Returns the actual private key as a string */
+ /** Returns the actual private key as a string. */
public static Optional<String> apiKey() {
return getNonBlankProperty("apiKey");
}