git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1241 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2009-05-23 21:27:44 +00:00
parent fc41ed0073
commit 4da99506be
1 changed files with 1 additions and 1 deletions

View File

@ -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 <S> The source type converters created by this factory can convert from
* @param <R> The target range (or base) type converters created by this factory can convert to;