Browse Source

polish

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1431 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
7e386d4215
  1. 4
      org.springframework.context/src/main/java/org/springframework/ui/binding/Binding.java

4
org.springframework.context/src/main/java/org/springframework/ui/binding/Binding.java

@ -36,10 +36,10 @@ public interface Binding { @@ -36,10 +36,10 @@ public interface Binding {
/**
* 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
*/
String format(Object selectableValue);
String format(Object potentialValue);
/**
* Is this binding associated with a collection or array property?

Loading…
Cancel
Save