fixed issue that did not compile with sun compiler

master
Keith Donald 16 years ago
parent 6ea55e9bda
commit 28848f3132
  1. 2
      org.springframework.context/src/main/java/org/springframework/ui/binding/Binder.java

@ -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…
Cancel
Save