Skip to content

Commit 164f0db

Browse files
author
mkeefe
committed
Fix Javadoc for loginByCert
1 parent e9ccc90 commit 164f0db

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/bettercloud/vault/api

1 file changed

+1
-1
lines changed

src/main/java/com/bettercloud/vault/api/Auth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ public AuthResponse loginByCert() throws VaultException {
590590
* }</pre>
591591
* </blockquote>
592592
*
593-
* @param The mount name of the cert authentication back end. If null, defaults to "cert"
593+
* @param certAuthMount The mount name of the cert authentication back end. If null, defaults to "cert"
594594
* @return The auth token, with additional response metadata
595595
* @throws VaultException If any error occurs, or unexpected response received from Vault
596596
*/

0 commit comments

Comments
 (0)