fixed the imports of the new validation classes

This commit is contained in:
Andreas Billmann
2016-09-18 15:18:48 +02:00
parent d689423c61
commit 5e31f834ac
6 changed files with 9 additions and 9 deletions

View File

@@ -46,6 +46,6 @@ public class UriValidation extends EmptyValueIsValid {
@Override
public Type getType() {
return Type.URI;
return Type.STRING;
}
}