+ minor assertion to avoid poolname NPEs
This commit is contained in:
@@ -116,6 +116,7 @@ public class ClientRegionFactoryBean<K, V> extends RegionFactoryBean<K, V> imple
|
||||
* @param poolName
|
||||
*/
|
||||
public void setPoolName(String poolName) {
|
||||
Assert.hasText(poolName, "pool name is required");
|
||||
this.poolName = poolName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user