Skip to content

Commit

Permalink
Update Debug.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vmartorell authored Oct 16, 2023
1 parent 66fadab commit 1dadfcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/github/jopenlibs/vault/api/Debug.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public HealthResponse health() throws VaultException {
* @return The response information returned from Vault
* @throws VaultException If an error occurs or unexpected response received from Vault
*/
public HealthResponse health(
public HealthResponse health(
final Boolean standbyOk,
final Boolean perfstandbyOk,
Expand Down Expand Up @@ -153,7 +152,6 @@ public HealthResponse health(
validCodes.add(500);
validCodes.add(501);
validCodes.add(503);

if (activeCode != null) {
validCodes.add(activeCode);
}
Expand Down

0 comments on commit 1dadfcf

Please sign in to comment.