diff --git a/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/core/env/support/CloudCacheService.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/core/env/support/CloudCacheService.java index c8a8b25c..f04ea75e 100644 --- a/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/core/env/support/CloudCacheService.java +++ b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/core/env/support/CloudCacheService.java @@ -90,11 +90,11 @@ public class CloudCacheService extends Service { } /** - * Returns a {@link List} of Pivotal GemFire {@link Locator Locator} network endpoints. + * Returns a {@link List} of Pivotal GemFire Locator network endpoints. * * Returns an {@link Collections#emptyList() empty List} if no Locators were configured. * - * @return a {@link List} of Pivotal GemFire {@link Locator Locator} network endpoints. + * @return a {@link List} of Pivotal GemFire Locator network endpoints. * @see #getLocators() */ public List getLocatorList() { diff --git a/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/core/util/ObjectUtils.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/core/util/ObjectUtils.java index aabe805c..83d12510 100644 --- a/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/core/util/ObjectUtils.java +++ b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/core/util/ObjectUtils.java @@ -85,7 +85,7 @@ public abstract class ObjectUtils extends org.springframework.util.ObjectUtils { } /** - * Returns the given {@link Object value} or throws an {@lin IllegalArgumentException} + * Returns the given {@link Object value} or throws an {@link IllegalArgumentException} * if {@link Object value} is {@literal null}. * * @param {@link Class type} of the {@link Object value}. @@ -99,7 +99,7 @@ public abstract class ObjectUtils extends org.springframework.util.ObjectUtils { } /** - * Returns the given {@link Object value} or throws the given {@lin RunimeException} + * Returns the given {@link Object value} or throws the given {@link RuntimeException} * if {@link Object value} is {@literal null}. * * @param {@link Class type} of the {@link Object value}.