Skip to content

Commit

Permalink
specify Binder generic type
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Aug 11, 2022
1 parent 792e460 commit 2361545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void setProperty(LocalDate property) {
}
}

protected Binder<?> binder;
protected Binder<Bean> binder;

private LocalDate expectedValue;

Expand Down

0 comments on commit 2361545

Please sign in to comment.