generic formatter registry
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user