mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-12 05:58:22 +02:00
removed the special treatment of NotEmptyValidation
This commit is contained in:
@@ -30,7 +30,7 @@ import static org.apache.commons.validator.GenericValidator.isInt;
|
||||
/**
|
||||
* Checks if the value is an integer
|
||||
*/
|
||||
public class IntegerValidation implements Validation {
|
||||
public class IntegerValidation extends EmptyAllowedValidation {
|
||||
|
||||
@Override
|
||||
public void check(int row, String value, ValidationError error) {
|
||||
|
||||
Reference in New Issue
Block a user