This commit is contained in:
parent
9f1628c1d5
commit
97d19af695
1 changed files with 3 additions and 3 deletions
|
|
@ -115,9 +115,9 @@ public class CollectionByPredicate<T> implements IValidationRule<ImdgValidationC
|
|||
private String mapName;
|
||||
private Function<T, EnumMessage> errorProvider;
|
||||
private Enum<?> storeEnabled;
|
||||
private int precise;
|
||||
private int min;
|
||||
private int max;
|
||||
private Integer precise;
|
||||
private Integer min;
|
||||
private Integer max;
|
||||
|
||||
|
||||
private Builder(Function<T, ImdgPredicate> predicateProvider) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue