Skip to content

Commit

Permalink
[Fix] :: code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 21, 2024
1 parent f6f78ad commit be36fe5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public List<Check> findCheck(PageRequest pageRequest) {
.fetch();
}


private ConstructorExpression<Check> checkProjection() {
return Projections.constructor(
Check.class,
Expand Down

0 comments on commit be36fe5

Please sign in to comment.