Minor JavaDoc corrections

This commit is contained in:
2016-12-24 12:43:58 +01:00
parent e988833eb9
commit 17145e53be
3 changed files with 5 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ public class HTTPVaultConnectorFactory extends VaultConnectorFactory {
*
* @param cert path to certificate file
* @return self
* @throws VaultConnectorException on error
* @since 0.4.0
*/
public HTTPVaultConnectorFactory withTrustedCA(Path cert) throws VaultConnectorException {