From 7b9aaa162f7f55a0241e9cb6e376a89ca697fc9a 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 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...)