Skip to content

Commit

Permalink
chore: Participant self method as protected (#4036)
Browse files Browse the repository at this point in the history
chore: self as protected for extensibility
  • Loading branch information
wolf4ood authored Mar 21, 2024
1 parent 7f9b059 commit d661e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ public Participant build() {
}

@SuppressWarnings("unchecked")
private B self() {
protected B self() {
return (B) this;
}
}
Expand Down

0 comments on commit d661e42

Please sign in to comment.