parent
b0080b6547
commit
24bd632477
|
@ -60,7 +60,6 @@ public class ValidAddCapacityInfoImpl implements ConstraintValidator<ValidAddCap
|
|||
*/
|
||||
@Override
|
||||
public boolean isValid(AddCapacityInfo addCapacityInfo, ConstraintValidatorContext ctx) {
|
||||
int sum = 0;
|
||||
boolean ret = true;
|
||||
|
||||
if (addCapacityInfo == null || addCapacityInfo.getCapacityType() == null) {
|
||||
|
|
Loading…
Reference in New Issue