Browse Source

polish

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1744 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
4f5fea8fe6
  1. 2
      org.springframework.context/src/main/java/org/springframework/model/binder/Binder.java

2
org.springframework.context/src/main/java/org/springframework/model/binder/Binder.java

@ -27,7 +27,7 @@ public interface Binder<M> { @@ -27,7 +27,7 @@ public interface Binder<M> {
/**
* 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

Loading…
Cancel
Save