since 3.0

This commit is contained in:
Keith Donald
2009-11-04 17:33:09 +00:00
parent 9fdd11c89c
commit 0df1bac33c
2 changed files with 2 additions and 0 deletions

View File

@@ -461,6 +461,7 @@ public class DataBinder implements PropertyEditorRegistry, TypeConverter {
/**
* Set the ConversionService to use for field value formatting in preference to JavaBeans PropertyEditors.
* @since 3.0
*/
public void setConversionService(ConversionService conversionService) {
this.conversionService = conversionService;