Skip to content

Commit

Permalink
build: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-src committed Oct 25, 2024
1 parent f3cefd6 commit 28539b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jany-ebean/src/main/java/cn/javaer/jany/ebean/Qry.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static <T> Qry<T> of(Query<T> query) {
return new Qry<>(query);
}

public static <R, T, QR extends QueryBean<T, R>> Qry<T> of(QR rootBean) {
public static <R, T, QR extends QueryBean<T, @NotNull QR>> Qry<T> of(QR rootBean) {
return new Qry<>(rootBean.query());
}

Expand Down

0 comments on commit 28539b6

Please sign in to comment.