fixed issue that did not compile with sun compiler

This commit is contained in:
Keith Donald
2009-06-01 23:23:13 +00:00
parent 6ea55e9bda
commit 28848f3132

View File

@@ -41,7 +41,7 @@ public class Binder<T> {
private boolean optimisticBinding = true;
private static Formatter<?> defaultFormatter = new Formatter<?>() {
private static Formatter defaultFormatter = new Formatter() {
public Class<?> getFormattedObjectType() {
return String.class;