Skip to content

Commit

Permalink
rename method (hotfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio committed Dec 5, 2024
1 parent 73485e5 commit 2099664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class MethodFindManyByFilter extends GlobalPredefinedMethod {

public MethodFindManyByFilter() {
super("findFirstByFilter");
super("findManyByFilter");
}

@Override
Expand Down

0 comments on commit 2099664

Please sign in to comment.