mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 21:48:22 +02:00
fixed uniqueness validation and renamed the abstract class when empty values are valid
This commit is contained in:
@@ -33,7 +33,7 @@ import org.codehaus.groovy.control.CompilationFailedException;
|
||||
/**
|
||||
* Executes the given groovy as check
|
||||
*/
|
||||
public class GroovyValidation extends EmptyAllowedValidation {
|
||||
public class GroovyValidation extends EmptyValueIsValid {
|
||||
|
||||
private String groovyScript;
|
||||
private GroovyShell shell = new GroovyShell();
|
||||
|
||||
Reference in New Issue
Block a user