Skip to content

Commit

Permalink
Remove reference to a deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed May 15, 2024
1 parent cb061d5 commit 3f65e74
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 3f65e74

Please sign in to comment.