From 93dc91ffb9d8a60364bd603d647c043d29664f62 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 14 Jun 2019 22:00:23 -0700 Subject: [PATCH] Fix Javadoc. --- .../gemfire/AbstractGemFireOperationsSessionRepository.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/AbstractGemFireOperationsSessionRepository.java b/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/AbstractGemFireOperationsSessionRepository.java index fbb4897..acf05ab 100644 --- a/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/AbstractGemFireOperationsSessionRepository.java +++ b/spring-session-data-geode/src/main/java/org/springframework/session/data/gemfire/AbstractGemFireOperationsSessionRepository.java @@ -275,10 +275,10 @@ public abstract class AbstractGemFireOperationsSessionRepository } /** - * Resolves the {@link Pool} with the given {@link String name) from the {@link PoolManager}. + * Resolves the {@link Pool} with the given {@link String name} from the {@link PoolManager}. * - * @param name {@link String) containing the name of the {@link Pool} to resovle. - * @return the resolved {@link Pool} for the given {@ling String name}. + * @param name {@link String} containing the name of the {@link Pool} to resolve. + * @return the resolved {@link Pool} for the given {@link String name}. * @see org.apache.geode.cache.client.PoolManager#find(String) * @see org.apache.geode.cache.client.Pool */