diff --git a/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/TestValidator.java b/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/TestValidator.java deleted file mode 100644 index dfb72e9..0000000 --- a/office-alexander-logistics-app/src/main/java/com/alexanderlogistics/TestValidator.java +++ /dev/null @@ -1,19 +0,0 @@ -package com.alexanderlogistics; - -import javax.faces.component.UIComponent; -import javax.faces.context.FacesContext; -import javax.faces.validator.FacesValidator; -import javax.faces.validator.Validator; -import javax.faces.validator.ValidatorException; - -@FacesValidator("com.validators.MyValidator") -public class TestValidator implements Validator{ - - @Override - public void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException { - // TODO Auto-generated method stub - - } - - -} diff --git a/office-alexander-logistics-app/src/main/resources/bundle/custom_de.properties b/office-alexander-logistics-app/src/main/resources/bundle/custom_de.properties index 520fe1f..36d8a24 100644 --- a/office-alexander-logistics-app/src/main/resources/bundle/custom_de.properties +++ b/office-alexander-logistics-app/src/main/resources/bundle/custom_de.properties @@ -11,4 +11,4 @@ alexander_sub_responsible= -ERROR_INVALID_IBANBIC=Die Eingabe der IBAN/BIC is ungültig. Bitte überprüfen Sie Ihre Eingaben. \ No newline at end of file +ERROR_INVALID_IBANBIC=Die Eingabe der IBAN/BIC is ungültig. Bitte überprüfen Sie Ihre Eingaben. \ No newline at end of file