This commit is contained in:
Keith Donald 2009-06-26 12:47:52 +00:00
parent 604e4b6db3
commit 18412ae295
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public interface Binder {
Binding getBinding(String property); 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 * @param sourceValues the source values to bind
* @return the results of the binding operation * @return the results of the binding operation
*/ */