From 4f5fea8fe66ce70ac4f3da9590a4951a5b1bed49 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 20 Aug 2009 03:45:08 +0000 Subject: [PATCH] polish git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1744 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../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 0c5b7a31ca2..21ac3ca22b3 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