fixed issue that did not compile with sun compiler
This commit is contained in:
parent
6ea55e9bda
commit
28848f3132
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue