Skip to content

Commit

Permalink
Update from(Expression<?> arg) to public visibility (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulk200 committed Apr 9, 2024
1 parent 3ba6a75 commit aa01936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public long fetchCount() {
return ((Number) fetchOne()).longValue();
}

protected Q from(Expression<?> arg) {
public Q from(Expression<?> arg) {
return queryMixin.from(arg);
}

Expand Down

0 comments on commit aa01936

Please sign in to comment.