formatting

This commit is contained in:
spencergibb
2022-01-26 16:25:45 -05:00
parent 8c355b45c0
commit 6ed11fc600

View File

@@ -137,8 +137,8 @@ public class VaultAutoConfiguration {
* {@link RestTemplate}.
* @param clientFactoryWrapper the {@link ClientFactoryWrapper}.
* @return the {@link RestTemplateFactory}.
* @see #clientHttpRequestFactoryWrapper()
* @since 3.0
* @see #clientHttpRequestFactoryWrapper()
*/
@Bean
@ConditionalOnMissingBean
@@ -189,11 +189,11 @@ public class VaultAutoConfiguration {
}
/**
* @return the {@link SessionManager} for Vault session management.
* @param clientAuthentication the {@link ClientAuthentication}.
* @param asyncTaskExecutorFactory the {@link ObjectFactory} for
* {@link TaskSchedulerWrapper}.
* @param restTemplateFactory the {@link RestTemplateFactory}.
* @return the {@link SessionManager} for Vault session management.
* @see SessionManager
* @see LifecycleAwareSessionManager
*/
@@ -208,10 +208,10 @@ public class VaultAutoConfiguration {
}
/**
* @return the {@link ClientAuthentication} to obtain a
* {@link org.springframework.vault.support.VaultToken}.
* @param clientFactoryWrapper the {@link ClientFactoryWrapper}.
* @param restTemplateFactory the {@link RestTemplateFactory}.
* @return the {@link ClientAuthentication} to obtain a
* {@link org.springframework.vault.support.VaultToken}.
* @see SessionManager
* @see LifecycleAwareSessionManager
*/