Edit Javadoc.

Declare @throws Javadoc tag for IllegalStateException, which is thrown if a cache instance is not resolvable when require() is called.
This commit is contained in:
John Blum
2020-06-02 13:45:50 -07:00
parent 85084c8753
commit ad7a41920a

View File

@@ -142,6 +142,7 @@ public abstract class SimpleCacheResolver {
*
* @param <T> {@link Class subclass} of {@link GemFireCache} to resolve.
* @return an instance of either a {@link ClientCache} or a {@literal peer} {@link Cache}.
* @throws IllegalStateException if a cache instance cannot be resolved.
* @see org.apache.geode.cache.client.ClientCache
* @see org.apache.geode.cache.Cache
* @see org.apache.geode.cache.GemFireCache