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:
@@ -46,6 +46,6 @@ public class UriValidation extends EmptyValueIsValid {
|
||||
|
||||
@Override
|
||||
public Type getType() {
|
||||
return Type.URI;
|
||||
return Type.STRING;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user