Skip to content

Commit

Permalink
do not serialize isEmpty
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Nov 6, 2022
1 parent 64444e0 commit dd5c483
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ private void buildWhat() {
what = sb.toString();
}

@JsonIgnore
public boolean isEmpty() {
return mSet == 0;
}
Expand Down

0 comments on commit dd5c483

Please sign in to comment.