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 0aa3d8a..a1a58df 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 @@ -274,10 +274,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 */