This commit is contained in:
Keith Donald 2009-06-25 20:27:39 +00:00
parent 5828010bae
commit 00702e4e1c
1 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@ public interface Binding {
/** /**
* Formats a candidate model property value for display in the user interface. * Formats a candidate model property value for display in the user interface.
* @param selectableValue a possible value * @param potentialValue a possible value
* @return the formatted value to display in the user interface * @return the formatted value to display in the user interface
*/ */
String format(Object selectableValue); String format(Object potentialValue);
/** /**
* Is this binding associated with a collection or array property? * Is this binding associated with a collection or array property?