polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1816 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
88ae91dfbe
commit
e2c38c5339
|
|
@ -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…
Reference in New Issue