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 607a3811..0cce904e 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 @@ -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...)