diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index 36ab41aec44..c7cba63723b 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -795,7 +795,7 @@ public class StringToInteger implements Converter<String, Integer> {
ConverterFactory - When you need to centralize the conversion logic for an entire class hierarchy, for example, when converting from String to java.lang.Enum objects, implement a ConverterFactoryConverterFactory: + When you need to centralize the conversion logic for an entire class hierarchy, for example, when converting from String to java.lang.Enum objects, implement a ConverterFactory: