spelling: interface

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 09d2319354
commit 5ab36fc4fc
6 changed files with 16 additions and 16 deletions
@@ -27,7 +27,7 @@ public class TextPropertyField extends AbstractPropertyField<String> {
writeField.setColumns(maxLength);
addValidation(new PropertyValidationInteface<String>(){
addValidation(new PropertyValidationInterface<String>(){
@Override
public boolean validate(String value) {
return value.length() <= maxLength;