mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user