mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 21:48:22 +02:00
fixed the imports of the new validation classes
This commit is contained in:
@@ -27,8 +27,6 @@ package ninja.javafx.smartcsv.validation.checker;
|
||||
|
||||
import ninja.javafx.smartcsv.validation.ValidationError;
|
||||
|
||||
import java.net.URI;
|
||||
import java.net.URISyntaxException;
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
@@ -47,6 +45,6 @@ public class UuidValidation extends EmptyValueIsValid {
|
||||
|
||||
@Override
|
||||
public Type getType() {
|
||||
return Type.UUID;
|
||||
return Type.STRING;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user