fixed documentation bugs

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2836 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2010-01-19 14:40:50 +00:00
parent ca644b743a
commit 906024145a
2 changed files with 2 additions and 2 deletions
@@ -851,7 +851,7 @@ package org.springframework.core.convert.converter;
public interface GenericConverter {
public Class<?>[][] getConvertibleTypes();
public Set<ConvertiblePair> getConvertibleTypes();
Object convert(Object source, TypeDescriptor sourceType, TypeDescriptor targetType);