Browse Source

polish

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1816 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
e2c38c5339
  1. 2
      spring-framework-reference/src/validation.xml

2
spring-framework-reference/src/validation.xml

@ -1157,7 +1157,7 @@ public interface FormatterRegistry { @@ -1157,7 +1157,7 @@ public interface FormatterRegistry {
<!-- Configures Spring MVC DataBinder instances -->
<bean class="org.springframework.web.bind.support.ConfigurableWebBindingInitializer">
<property name="formatterRegistry">
<bean class="org.springframework.ui.format.GenericFormatterRegistry">
<bean class="org.springframework.ui.format.support.GenericFormatterRegistry">
<property name="formatters">
<list>
<!-- Register Formatter beans here -->

Loading…
Cancel
Save