Edit Javadoc in ClientCacheFactoryBean.

This commit is contained in:
John Blum
2022-04-04 15:50:58 -07:00
parent 8ce280ca8f
commit 7b9aaa162f

View File

@@ -133,8 +133,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...)