diff --git a/org.springframework.context/src/main/java/org/springframework/ui/binding/Binding.java b/org.springframework.context/src/main/java/org/springframework/ui/binding/Binding.java index 7cc389ef19..a8f477d2dc 100644 --- a/org.springframework.context/src/main/java/org/springframework/ui/binding/Binding.java +++ b/org.springframework.context/src/main/java/org/springframework/ui/binding/Binding.java @@ -50,7 +50,6 @@ public interface Binding { /** * If this Binding is visible. * Used to determine if the user can see the field. - * A Binding that is not visible cannot have source values applied and cannot be committed. */ boolean isVisible();