Skip to content

Commit 8c2a56c

Browse files
committed
Updates documentation following merge of PR #198
1 parent fef74b8 commit 8c2a56c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ should represent non-breaking changes. The third number represents any very min
273273

274274
* **5.1.0 (IN PROGRESS)**: This release contains the following updates:
275275
* Supports path prefixes when using K/V engine V2. [(PR #189)](https://github.com/BetterCloud/vault-java-driver/pull/189)
276-
* Support all options for the createToken operation. [(PR # 199)](https://github.com/BetterCloud/vault-java-driver/pull/199)
276+
* Adds response body to exception for Auth failures. [(PR #198)](https://github.com/BetterCloud/vault-java-driver/pull/198)
277+
* Support all options for the createToken operation. [(PR #199)](https://github.com/BetterCloud/vault-java-driver/pull/199)
277278

278279
* **5.0.0**: This release contains the following updates:
279280
* Changes the retry behavior, to no longer attempt retries on 4xx response codes (for which retries generally won't succeed anyway). This

src/main/java/com/bettercloud/vault/VaultConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public VaultConfig readTimeout(final Integer readTimeout) {
213213
* 1, to correspond to one path element in the prefix path. To use
214214
* a longer prefix path, set this value.</p>
215215
*
216-
* @param pathLength integer number of path elements in the prefix path
216+
* @param prefixPathDepth integer number of path elements in the prefix path
217217
*/
218218
public VaultConfig prefixPathDepth(int prefixPathDepth) {
219219
if (prefixPathDepth < 1) {

0 commit comments

Comments
 (0)