Fix Javadoc.
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user