aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-api
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-03-25 08:12:28 +0100
committerGitHub <noreply@github.com>2020-03-25 08:12:28 +0100
commita076349525624a20272f0a5c4a514b50dd567f1d (patch)
tree86d71f25cf5f356a4dca9b06fb581cd2560772fc /hosted-api
parentecf3845bbcd225463be9314ad2b9fd3f1feb9b37 (diff)
Revert "Revert "Support api key variable for signature based test framework controlle…""
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");
}