...
|
...
|
@@ -65,7 +65,7 @@ public class SizePoolService implements ISizePoolService{ |
|
|
public int addSizePool(SizePoolRequest bo) throws PlatformException {
|
|
|
Optional<SizePoolRequest> poolOptional = Optional.ofNullable(bo);
|
|
|
if(!poolOptional.isPresent() || null == bo.getRangeType()){
|
|
|
logger.warn("in addSizePool, rangeType is null");
|
|
|
logger.warn("in addSizePool, rangeType is null, bo is {}", bo);
|
|
|
return 0;
|
|
|
}
|
|
|
|
...
|
...
|
|