Fix Javadoc.

This commit is contained in:
John Blum
2018-05-21 23:02:11 -07:00
parent a9874e64a3
commit 41999755aa
2 changed files with 4 additions and 4 deletions

View File

@@ -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<Locator> getLocatorList() {

View File

@@ -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 <T> {@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 <T> {@link Class type} of the {@link Object value}.