Polishing

This commit is contained in:
Juergen Hoeller 2015-05-11 21:52:38 +02:00
parent a899e066f2
commit 9e925aa86c
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ public class GenericTypeResolverTests {
resolveType(intArrMessageMethodParam.getGenericParameterType(), new HashMap<TypeVariable, Type>())); resolveType(intArrMessageMethodParam.getGenericParameterType(), new HashMap<TypeVariable, Type>()));
Method genericArrMessageMethod = findMethod(MySimpleTypeWithMethods.class, "readGenericArrayInputMessage", Method genericArrMessageMethod = findMethod(MySimpleTypeWithMethods.class, "readGenericArrayInputMessage",
Object[].class); Object[].class);
MethodParameter genericArrMessageMethodParam = new MethodParameter(genericArrMessageMethod, 0); MethodParameter genericArrMessageMethodParam = new MethodParameter(genericArrMessageMethod, 0);
Map<TypeVariable, Type> varMap = getTypeVariableMap(MySimpleTypeWithMethods.class); Map<TypeVariable, Type> varMap = getTypeVariableMap(MySimpleTypeWithMethods.class);
assertEquals(Integer[].class, resolveType(genericArrMessageMethodParam.getGenericParameterType(), varMap)); assertEquals(Integer[].class, resolveType(genericArrMessageMethodParam.getGenericParameterType(), varMap));

View File

@ -32,7 +32,7 @@ import org.springframework.jdbc.support.MetaDataAccessException;
/** /**
* Factory used to create a {@link CallMetaDataProvider} implementation * Factory used to create a {@link CallMetaDataProvider} implementation
* based on the type of databse being used. * based on the type of database being used.
* *
* @author Thomas Risberg * @author Thomas Risberg
* @since 2.5 * @since 2.5

View File

@ -31,7 +31,7 @@ import org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor;
/** /**
* Factory used to create a {@link TableMetaDataProvider} implementation * Factory used to create a {@link TableMetaDataProvider} implementation
* based on the type of databse being used. * based on the type of database being used.
* *
* @author Thomas Risberg * @author Thomas Risberg
* @since 2.5 * @since 2.5