git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1816 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2009-09-03 18:52:39 +00:00
parent 88ae91dfbe
commit e2c38c5339
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->