Skip to content

Commit c354281

Browse files
Merge pull request #119 from NathanC/simple-documentation-fix
Removes an out-of-date note in the documentation.
2 parents 8eb6740 + 16b7246 commit c354281

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/bettercloud/vault/response/VaultResponse.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
* responses (e.g. the raw HTTP response, the number of retry attempts if any). API methods
1111
* which return additional information will use more specialized subclasses inheriting
1212
* 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.
1813
*/
1914
public class VaultResponse implements Serializable {
2015

0 commit comments

Comments
 (0)