From f4bc0ab0612bfa03212778d2c4cf03fbbf363eb0 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 23 May 2009 21:27:44 +0000 Subject: [PATCH] polish --- .../core/convert/converter/ConverterFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.core/src/main/java/org/springframework/core/convert/converter/ConverterFactory.java b/org.springframework.core/src/main/java/org/springframework/core/convert/converter/ConverterFactory.java index 68d1e50154d..4753c6e0b42 100644 --- a/org.springframework.core/src/main/java/org/springframework/core/convert/converter/ConverterFactory.java +++ b/org.springframework.core/src/main/java/org/springframework/core/convert/converter/ConverterFactory.java @@ -16,7 +16,7 @@ package org.springframework.core.convert.converter; /** - * A factory for a "ranged" converters that can convert objects from S to subtypes of R. + * A factory for "ranged" converters that can convert objects from S to subtypes of R. * @author Keith Donald * @param The source type converters created by this factory can convert from * @param The target range (or base) type converters created by this factory can convert to;