Edit Javadoc in ClientCacheFactoryBean.

This commit is contained in:
John Blum
2022-04-04 15:50:58 -07:00
parent 0d0fe14e74
commit 32d73ed71e

View File

@@ -135,8 +135,8 @@ public class ClientCacheFactoryBean extends CacheFactoryBean implements Applicat
clientCacheConfigurer.configure(beanName, bean));
/**
* Applies the composite {@link ClientCacheConfigurer ClientCacheConfigurers}
* to this {@link ClientCacheFactoryBean} before the {@link ClientCache} is created.
* Applies the composite {@link ClientCacheConfigurer ClientCacheConfigurers} to this {@link ClientCacheFactoryBean}
* before the {@link ClientCache} is created.
*
* @see #getCompositeClientCacheConfigurer()
* @see #applyClientCacheConfigurers(ClientCacheConfigurer...)