Update web.xml to servlet 3.0

This commit is contained in:
Paulo Gustavo Veiga
2022-01-11 20:44:47 -08:00
parent fc182bc69f
commit 451c181fd6
3 changed files with 4 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ public interface Messages {
String EMAIL_ALREADY_EXIST = "EMAIL_ALREADY_EXIST";
String NO_VALID_EMAIL_ADDRESS = "NO_VALID_EMAIL_ADDRESS";
String FIELD_REQUIRED = "FIELD_REQUIRED";
String IMPORT_MAP_ERROR = "IMPORT_MAP_ERROR";
String MAP_TITLE_ALREADY_EXISTS = "MAP_TITLE_ALREADY_EXISTS";
String LABEL_TITLE_ALREADY_EXISTS = "LABEL_TITLE_ALREADY_EXISTS";
String PASSWORD_MISMATCH = "PASSWORD_MISMATCH";