This commit is contained in:
Keith Donald 2009-05-23 21:27:44 +00:00
parent b093094c50
commit f4bc0ab061
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
package org.springframework.core.convert.converter; 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 * @author Keith Donald
* @param <S> The source type converters created by this factory can convert from * @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; * @param <R> The target range (or base) type converters created by this factory can convert to;