diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientCacheFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientCacheFactoryBean.java index 454b1825..63a91c40 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientCacheFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientCacheFactoryBean.java @@ -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...)