diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index 5c71aec533..2fb8d060cf 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -386,11 +386,11 @@ public class AppConfig {
General purpose type conversion system and UI field formatting system - A general purpose type conversion system has been introduced. + A general purpose type conversion system has been introduced. The system is currently used by SpEL for type coersion, and may also be used by a Spring Container when binding bean property values. - In addition, a ui.format system has been introduced for formatting UI field values. + In addition, a ui.format system has been introduced for formatting UI field values. This system provides a simpler and more robust alternative to JavaBean PropertyEditors in UI environments such as Spring MVC.