From cecee4d02bb44de6cdeb39270e586c7b9b0a7e92 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 --- 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 5f4e4e575e..280c0ff96d 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: