Skip to content

Commit

Permalink
Make field public
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Feb 17, 2024
1 parent 3499262 commit 3fdf3f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ public PubSubOptions(PubSubOption... options) {
* means updates will not be received from the network unless another subscription overlaps with
* this one, and the subscription will not appear in metatopics.
*/
boolean hidden;
public boolean hidden;
}

0 comments on commit 3fdf3f5

Please sign in to comment.