SWF-1237 Documentation updates for 2.1 release
This commit is contained in:
@@ -133,7 +133,8 @@ public class GenericConversionService implements ConversionService {
|
||||
* @param id the id of the custom converter instance
|
||||
* @param converter the converter
|
||||
*
|
||||
* @deprecated use {@link #addConverter(Converter)} instead
|
||||
* @deprecated use {@link #addConverter(Converter)} instead or better yet use Spring 3 type conversion and
|
||||
* formatting options (see Spring Documentation).
|
||||
*/
|
||||
public void addConverter(String id, Converter converter) {
|
||||
customConverters.put(id, converter);
|
||||
|
||||
Reference in New Issue
Block a user