diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java index 6a49039e..7373c26e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java @@ -44,7 +44,7 @@ import org.springframework.lang.Nullable; import org.springframework.util.Assert; /** - * Spring {@link FactoryBean} used to construct, configure and initialize a {@literal peer} {@link Cache) instance. + * Spring {@link FactoryBean} used to construct, configure and initialize a {@literal peer} {@link Cache} instance. * * Allows either the retrieval of an existing, open {@link Cache} or the creation of a new {@link Cache}. *