From 41999755aa27c27c9ad41d24639ce84db3464a67 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 21 May 2018 23:02:11 -0700 Subject: [PATCH] Fix Javadoc. --- .../boot/data/geode/core/env/support/CloudCacheService.java | 4 ++-- .../boot/data/geode/core/util/ObjectUtils.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}.