This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 9a7f974 Fix javadoc warning for KeystoreService
9a7f974 is described below
commit 9a7f97420682d1f4f009ce57f15804e91c078f3d
Author: Kevin Risden <[email protected]>
AuthorDate: Tue Mar 12 10:42:31 2019 -0400
Fix javadoc warning for KeystoreService
---
.../java/org/apache/knox/gateway/services/security/KeystoreService.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/gateway-spi/src/main/java/org/apache/knox/gateway/services/security/KeystoreService.java
b/gateway-spi/src/main/java/org/apache/knox/gateway/services/security/KeystoreService.java
index e904ff7..d4dcd4d 100644
---
a/gateway-spi/src/main/java/org/apache/knox/gateway/services/security/KeystoreService.java
+++
b/gateway-spi/src/main/java/org/apache/knox/gateway/services/security/KeystoreService.java
@@ -37,6 +37,7 @@ public interface KeystoreService {
* <p>
* If not configured, the Gateway's identity keystore should be returned.
See {@link #getKeystoreForGateway()}
*
+ * @throws KeystoreServiceException Exception when unable to get truststore
* @return a {@link KeyStore}
*/
KeyStore getTruststoreForHttpClient() throws KeystoreServiceException;