Fix AbstractVaultConfiguration javadoc.

Closes gh-486.
This commit is contained in:
Mark Paluch
2019-10-21 12:33:46 +02:00
parent 000cf758cd
commit 211cc61718

View File

@@ -117,7 +117,8 @@ public abstract class AbstractVaultConfiguration implements ApplicationContextAw
* Construct a {@link SecretLeaseContainer} using {@link #vaultTemplate()} and
* {@link #threadPoolTaskScheduler()}.
*
* @return the {@link SessionManager} for Vault session management.
* @return the {@link SecretLeaseContainer} to allocate, renew and rotate secrets and
* their leases.
* @see #vaultTemplate()
* @see #threadPoolTaskScheduler()
*/