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:
@@ -28,7 +28,6 @@ package ninja.javafx.smartcsv.validation.checker;
|
||||
import ninja.javafx.smartcsv.validation.ValidationError;
|
||||
|
||||
import java.util.Base64;
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* checks if the value is a base64 encoded string representing binary data
|
||||
@@ -46,6 +45,6 @@ public class BinaryValidation extends EmptyValueIsValid {
|
||||
|
||||
@Override
|
||||
public Type getType() {
|
||||
return Type.BINARY;
|
||||
return Type.STRING;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user