From 28848f3132e9b5a9b733fc5641fb2ae8481603c1 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 1 Jun 2009 23:23:13 +0000 Subject: [PATCH] fixed issue that did not compile with sun compiler --- .../src/main/java/org/springframework/ui/binding/Binder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.context/src/main/java/org/springframework/ui/binding/Binder.java b/org.springframework.context/src/main/java/org/springframework/ui/binding/Binder.java index c682a8a914..fd82e9b4bc 100644 --- a/org.springframework.context/src/main/java/org/springframework/ui/binding/Binder.java +++ b/org.springframework.context/src/main/java/org/springframework/ui/binding/Binder.java @@ -41,7 +41,7 @@ public class Binder { private boolean optimisticBinding = true; - private static Formatter defaultFormatter = new Formatter() { + private static Formatter defaultFormatter = new Formatter() { public Class getFormattedObjectType() { return String.class;