aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-api
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-03-24 21:54:00 +0100
committerGitHub <noreply@github.com>2020-03-24 21:54:00 +0100
commitc58525742b95c6c8a71879437ade8550cd046db8 (patch)
treeb828cd976e71a0f086f316191830edc690edcb30 /hosted-api
parenta73887e903ae0dcf7277dbf97bf678822752b45e (diff)
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 22c32cfa9ec..fd640bcc235 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");
}