Skip to content

Commit f52306f

Browse files
henryxGrégoire Rolland
authored andcommitted
Fixed javadoc reference
(cherry picked from commit e8f7af7)
1 parent fde7fb8 commit f52306f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/jopenlibs/vault/response/HealthResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class HealthResponse implements Serializable {
3131
* <code>standby</code>, and <code>serverTimeUTC</code> set to <code>null</code>. This
3232
* typically happens when you use optional parameters in the health call, to designate
3333
* non-standard HTTP status codes. See docs for
34-
* {@link Debug#health(Boolean, Integer, Integer, Integer)}.</p>
34+
* {@link Debug#health(Boolean, Integer, Integer, Integer, Integer)}.</p>
3535
*
3636
* @param restResponse The raw HTTP response from Vault
3737
* @param retries The number of retry attempts that occurred during the API call (can be zero)

0 commit comments

Comments
 (0)