From b551eee61c158387105aff253de61bff65301c8a Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 4 Apr 2022 15:50:58 -0700 Subject: [PATCH] Edit Javadoc in ClientCacheFactoryBean. --- .../data/gemfire/client/ClientCacheFactoryBean.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 17f533a6..4eb5e1b7 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 @@ -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...)