From dd279377de2a3b3ea26b0e3d76b7c26ddbbc26da Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Wed, 3 Feb 2021 14:21:52 +0100 Subject: [PATCH] format --- .../com/alexanderlogistics/TestValidator.java | 19 ------------------- .../resources/bundle/custom_de.properties | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 office-alexander-logistics-app/src/main/java/com/alexanderlogistics/TestValidator.java 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