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
1 changed files with 1 additions and 1 deletions

View File

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