Skip to content

Commit

Permalink
using WeakRegistry for compatibility reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Sep 5, 2023
1 parent f84e6e5 commit 44919a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ initialize
super initialize.

"register for finalization"
FinalizationRegistry default add: self.
WeakRegistry default add: self.

insertConcerns := SmallDictionary new.
removeConcerns := SmallDictionary new.
Expand Down

0 comments on commit 44919a4

Please sign in to comment.