Skip to content

Commit

Permalink
Merge pull request #1822 from jecisc/deprecations
Browse files Browse the repository at this point in the history
Remove reference to a deprecated class
  • Loading branch information
jecisc authored May 16, 2024
2 parents 490af38 + 3f65e74 commit 1d25437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg/IceSystemEventListener.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ IceSystemEventListener class >> registerSystemAnnouncements [
SystemAnnouncer uniqueInstance weak
when: ClassAnnouncement send: #handleClassChange: to: self;
when: MethodAnnouncement send: #handleMethodChange: to: self;
when: ClassTagAnnouncement send: #handlePackageChange: to: self;
when: PackageTagAnnouncement send: #handlePackageChange: to: self;
when: MCVersionLoaderStopped send: #handleVersionLoaded: to: self.
]

Expand Down

0 comments on commit 1d25437

Please sign in to comment.