Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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