This commit is contained in:
Keith Donald
2008-03-21 21:12:33 +00:00
parent 795a52b9d0
commit f3c9c3cd1b

View File

@@ -90,6 +90,7 @@ public class FormatterRegistryImpl implements FormatterRegistry {
if (factory != null) {
return factory;
} else {
// TODO - getSuperClass can return null
if (clazz.getSuperclass() != Object.class) {
return findFormatterFactory(clazz.getSuperclass());
} else {