Skip to content

Commit

Permalink
MAINT-2677 Clear attr as well for extra safe
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderMChu committed Oct 11, 2024
1 parent 29b472e commit d27bc6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void clearAttributes() {
groupedAttributesMap.clear();
}
attrMap = null;
attr = null;
}

public void addAttribute(int group, Long type, Object value) {
Expand Down

0 comments on commit d27bc6a

Please sign in to comment.