We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eb6740 + 16b7246 commit c354281Copy full SHA for c354281
src/main/java/com/bettercloud/vault/response/VaultResponse.java
@@ -10,11 +10,6 @@
10
* responses (e.g. the raw HTTP response, the number of retry attempts if any). API methods
11
* which return additional information will use more specialized subclasses inheriting
12
* from <code>VaultResponse</code>.</p>
13
- *
14
- * <p>NOTE: It turns out that not all API methods will populate <code>leaseId</code>,
15
- * <code>renewable</code>, and <code>leaseDuration</code>. In fact, many response types won't.
16
- * So the next major release will implement those fields directly in the subclasses where they're
17
- * used.
18
*/
19
public class VaultResponse implements Serializable {
20
0 commit comments