From 4da99506befd6cdbf48160060419e0510a1ee433 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 23 May 2009 21:27:44 +0000 Subject: [PATCH] polish git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1241 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../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;