anderx 4 anni fa
parent
commit
1fe435809a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/main/resources/spring/spring-mvc.xml

+ 0 - 1
src/main/resources/spring/spring-mvc.xml

@@ -30,7 +30,6 @@
 		<property name="providerClass" value="org.hibernate.validator.HibernateValidator" />
 		<property name="validationMessageSource" ref="messageSource" />
 	</bean>
-
 	<mvc:annotation-driven validator="validator" />
 
 	<bean