Fix Javadoc.
This commit is contained in:
@@ -274,10 +274,10 @@ public abstract class AbstractGemFireOperationsSessionRepository
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolves the {@link Pool} with the given {@link String name) from the {@link PoolManager}.
|
* Resolves the {@link Pool} with the given {@link String name} from the {@link PoolManager}.
|
||||||
*
|
*
|
||||||
* @param name {@link String) containing the name of the {@link Pool} to resovle.
|
* @param name {@link String} containing the name of the {@link Pool} to resolve.
|
||||||
* @return the resolved {@link Pool} for the given {@ling String name}.
|
* @return the resolved {@link Pool} for the given {@link String name}.
|
||||||
* @see org.apache.geode.cache.client.PoolManager#find(String)
|
* @see org.apache.geode.cache.client.PoolManager#find(String)
|
||||||
* @see org.apache.geode.cache.client.Pool
|
* @see org.apache.geode.cache.client.Pool
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user