Skip to content

Commit

Permalink
Make builder value private
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Feb 7, 2023
1 parent bee8770 commit 2a3cc1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public static class Builder {

private String label;
private Boolean toggleable, defaultHidden;
Integer sorting;
private Integer sorting;

/**
* Sets the label of the {@link MarkerSet}.
Expand Down

0 comments on commit 2a3cc1c

Please sign in to comment.