+ minor javadoc fix

This commit is contained in:
Costin Leau
2010-12-20 18:31:51 +02:00
parent 7cbf974fd9
commit 1420f4fd79

View File

@@ -123,7 +123,7 @@ public class ClientRegionFactoryBean<K, V> extends RegionFactoryBean<K, V> imple
/**
* Sets the pool used by this client.
*
* @param poolName
* @param pool
*/
public void setPool(Pool pool) {
Assert.notNull(pool, "pool cannot be null");