Make builder value private

This commit is contained in:
Lukas Rieger (Blue) 2023-02-07 17:06:28 +01:00
parent bee8770fde
commit 2a3cc1c270
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public class MarkerSet {
private String label;
private Boolean toggleable, defaultHidden;
Integer sorting;
private Integer sorting;
/**
* Sets the label of the {@link MarkerSet}.