From 18412ae29578418200dbb6b5fc4b15b087e37013 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 26 Jun 2009 12:47:52 +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 208213124fd..f9a4b3faf93 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 @@ -39,7 +39,7 @@ public interface Binder { Binding getBinding(String property); /** - * Bind source values in the map to the properties of the model object. + * Bind the source values to the properties of the model. * @param sourceValues the source values to bind * @return the results of the binding operation */