From 02e68e62e480ecf505e1784e1e91f479f6f94022 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 15 Apr 2021 13:43:00 -0700 Subject: [PATCH] Fix Javadoc syntax. --- .../java/org/springframework/data/gemfire/CacheFactoryBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. *