mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
removed the special treatment of NotEmptyValidation
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.HashMap;
|
||||
/**
|
||||
* Checks if the value is unique in the column
|
||||
*/
|
||||
public class UniqueValidation implements Validation {
|
||||
public class UniqueValidation extends EmptyAllowedValidation {
|
||||
|
||||
private HashMap<String, Integer> columnValueMap = new HashMap<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user