From a8210a5dfa870d4fb06c0336d0e89794292b7fbe Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 10 Aug 2010 13:48:41 +0000 Subject: [PATCH] Fix typo in validation chapter git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3553 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/validation.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index 5f4e4e575e2..280c0ff96d5 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -929,10 +929,10 @@ public interface ConverterFactory { }]]> - Parameterize S to be type you are converting from and R to be base - type defining the range of classes you can convert - to. Then implement getConverter(Class<T>), where T is a subclass - of R. + Parameterize S to be the type you are converting from and R to be + the base type defining the range of classes you can + convert to. Then implement getConverter(Class<T>), where T is a + subclass of R. Consider the StringToEnum ConverterFactory as an example: