From 901e88c575c2dd4273772b17f4d444e86062a545 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 20 Aug 2009 03:45:08 +0000 Subject: [PATCH] polish --- .../src/main/java/org/springframework/model/binder/Binder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.context/src/main/java/org/springframework/model/binder/Binder.java b/org.springframework.context/src/main/java/org/springframework/model/binder/Binder.java index 0c5b7a31ca..21ac3ca22b 100644 --- a/org.springframework.context/src/main/java/org/springframework/model/binder/Binder.java +++ b/org.springframework.context/src/main/java/org/springframework/model/binder/Binder.java @@ -27,7 +27,7 @@ public interface Binder { /** * Bind submitted field values. - * @param fieldValues the field values to bind + * @param fieldValues the field values to bind; an entry key is a field name, the associated entry value is the submitted value for that field * @param model the model to bind to * @return the results of the binding operation * @throws MissingFieldException when the fieldValues Map is missing required fields