mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
fixed the imports of the new validation classes
This commit is contained in:
@@ -42,6 +42,6 @@ public class EmailValidation extends EmptyValueIsValid {
|
||||
|
||||
@Override
|
||||
public Type getType() {
|
||||
return Type.EMAIL;
|
||||
return Type.STRING;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user