From c58525742b95c6c8a71879437ade8550cd046db8 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Tue, 24 Mar 2020 21:54:00 +0100 Subject: Revert "Support api key variable for signature based test framework controlle…" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosted-api/src/main/java') 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 apiKey() { return getNonBlankProperty("apiKey"); } -- cgit v1.2.3