generic formatter registry

This commit is contained in:
Keith Donald
2008-03-26 03:49:12 +00:00
parent b1b7de9a30
commit e4145e0c97
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import org.springframework.binding.format.formatters.BooleanFormatter;
import org.springframework.binding.format.formatters.DateFormatter;
import org.springframework.binding.format.formatters.NumberFormatter;
public class DefaultFormatterRegistry extends FormatterRegistryImpl {
public class DefaultFormatterRegistry extends GenericFormatterRegistry {
/**
* A singleton shared instance. Should never be modified.

View File

@@ -29,7 +29,7 @@ import org.springframework.util.Assert;
*
* @author Keith Donald
*/
public class FormatterRegistryImpl implements FormatterRegistry {
public class GenericFormatterRegistry implements FormatterRegistry {
private Map formattersById = new HashMap();