Skip to content

Commit

Permalink
Fixed unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
onuridrisoglu committed Jun 17, 2024
1 parent e48ac6b commit 75a5fba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1968,9 +1968,8 @@ public static <BEAN> Binder<BEAN> withPropertySet(
*
* @param binding
* the binding whose value has been changed
*
* @Deprecated(since = "24.5", forRemoval = true)
*/
@Deprecated(since = "24.5", forRemoval = true)
protected void handleFieldValueChange(Binding<BEAN, ?> binding) {
if (getBean() == null) {
binding.validate();
Expand Down

0 comments on commit 75a5fba

Please sign in to comment.