Skip to content

Commit

Permalink
Change SelectionMenu.Builder#Builder visibility to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
freya022 committed Jul 7, 2021
1 parent d64de79 commit 9294c58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class Builder
private boolean disabled = false;
private final List<SelectOption> options = new ArrayList<>();

private Builder(@Nonnull String customId)
protected Builder(@Nonnull String customId)
{
setId(customId);
}
Expand Down

0 comments on commit 9294c58

Please sign in to comment.