Skip to content

Commit

Permalink
Merge pull request BetterCloud#119 from NathanC/simple-documentation-fix
Browse files Browse the repository at this point in the history
Removes an out-of-date note in the documentation.
  • Loading branch information
steve-perkins authored Jun 3, 2019
2 parents 442fbef + 7eed28a commit 3e0fbcf
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
* responses (e.g. the raw HTTP response, the number of retry attempts if any). API methods
* which return additional information will use more specialized subclasses inheriting
* from <code>VaultResponse</code>.</p>
*
* <p>NOTE: It turns out that not all API methods will populate <code>leaseId</code>,
* <code>renewable</code>, and <code>leaseDuration</code>. In fact, many response types won't.
* So the next major release will implement those fields directly in the subclasses where they're
* used.
*/
public class VaultResponse implements Serializable {

Expand Down

0 comments on commit 3e0fbcf

Please sign in to comment.