Rien
Policy failures: Code warning - failed on resource ConferenceValidator.java. Reason: Class is a raw type. References to generic type Class<T> should be parameterized, line 1 Override reason: hu
This commit is contained in:
@@ -38,7 +38,6 @@ public class ConferenceValidator implements Validator {
|
||||
try {
|
||||
dateStart = format.parse(conference.getDateStart());
|
||||
conference.setDateStartParsed(dateStart);
|
||||
// FIXME : bug ici, ca s'affiche même si ca devrait pas
|
||||
} catch (ParseException e) {
|
||||
errors.rejectValue("dateStart", "conference.errors.dateStartNonValid");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user