SWF-1237 Documentation updates for 2.1 release

This commit is contained in:
Rossen Stoyanchev
2010-06-03 15:15:37 +00:00
parent f9f9fd094b
commit 518dfc2ccf
9 changed files with 413 additions and 206 deletions

View File

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