Skip to content

Commit

Permalink
Fix FilterBuilder#clone() return value
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Sep 28, 2024
1 parent 240a99c commit 0019c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public Bson ifNull() {
}

@Override @NotNull
public MongoBsonBuilder<FilterBuilder> clone() {
public FilterBuilder clone() {
return new FilterBuilder(this);
}

Expand Down

0 comments on commit 0019c13

Please sign in to comment.