Skip to content

Commit a9d48e9

Browse files
committed
Polishing.
See gh-949
1 parent 3f8d1a4 commit a9d48e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spring-vault-core/src/main/java/org/springframework/vault/core/VaultOperations.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
* interact with Vault in an authenticated and unauthenticated context.
3333
* <p>
3434
* {@link VaultOperations} allows execution of callback methods. Callbacks can execute
35-
* requests within a {@link #doWithSession(RestOperationsCallback) session context} and the
36-
* {@link #doWithVault(RestOperationsCallback) without a session}.
35+
* requests within a {@link #doWithSession(RestOperationsCallback) session context} and
36+
* the {@link #doWithVault(RestOperationsCallback) without a session}.
3737
* <p>
3838
* Paths used in this interface (and interfaces accessible from here) are considered
3939
* relative to the {@link VaultEndpoint}. Paths that are fully-qualified URI's can be used

spring-vault-core/src/main/java/org/springframework/vault/support/JacksonCompat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
* Compatibility layer for Jackson 2 and Jackson 3. This class auto-detects whether
5151
* Jackson 3 or Jackson 2 are available prefering Jackson 3. Note that Jackson 2 support
5252
* will be removed in future versions.
53+
* <p>This class is intened for internal use only and will be removed in future versions.
5354
*
5455
* @author Mark Paluch
5556
* @since 4.0

0 commit comments

Comments
 (0)