From 7ef1dace6e157205d3391e54062db6c112e2e00e Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 13 Jun 2009 18:31:32 +0000 Subject: [PATCH] polish --- .../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 e1d34e21b1..8b88401b6e 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 @@ -45,7 +45,7 @@ public interface Binder { void setStrict(boolean strict); /** - * Adds new binding. + * Adds a new binding. * @param binding the binding configuration * @return the new binding created from the configuration provided */