Edit Javadoc in ClientCacheFactoryBean.

This commit is contained in:
John Blum
2022-04-04 15:50:58 -07:00
parent 34c77a8683
commit b551eee61c

View File

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