Skip to content

Commit

Permalink
Merge pull request #1719 from freya022/patch-selectionbuilder-ctor
Browse files Browse the repository at this point in the history
Change SelectionMenu.Builder#Builder visibility to protected
  • Loading branch information
MinnDevelopment committed Jul 8, 2021
2 parents d64de79 + 9294c58 commit 382f9c8
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 382f9c8

Please sign in to comment.