Skip to content

Commit 5a2af7c

Browse files
committed
Polishing.
Fix broken Javadoc references. See gh-947
1 parent afbd929 commit 5a2af7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 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(RestClientCallback) session context} and the
36-
* {@link #doWithVault(RestClientCallback) without a session}.
35+
* requests within a {@link #doWithSession(RestOperationsCallback) session context} and the
36+
* {@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
@@ -42,8 +42,6 @@
4242
*
4343
* @author Mark Paluch
4444
* @author Lauren Voswinkel
45-
* @see #doWithSession(RestClientCallback)
46-
* @see #doWithVault(RestClientCallback)
4745
* @see org.springframework.web.client.RestClient
4846
* @see org.springframework.vault.core.VaultTemplate
4947
* @see org.springframework.vault.core.VaultTokenOperations

0 commit comments

Comments
 (0)