anderx hace 4 años
padre
commit
1fe435809a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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