fixed documentation bugs

This commit is contained in:
Juergen Hoeller
2010-01-19 14:40:50 +00:00
parent 9e642e75b2
commit d9ed1e953e
2 changed files with 2 additions and 2 deletions

View File

@@ -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);