Skip to content

Commit

Permalink
Compatibility with AnnouncementSubscription
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Nov 7, 2023
1 parent 103b733 commit 1880419
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Bloc/BlHandlerAnnouncementSubscription.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ BlHandlerAnnouncementSubscription >> subscriber [
BlHandlerAnnouncementSubscription >> subscriber: aTBlEventHandler [
subscriber := aTBlEventHandler
]

{ #category : #accessing }
BlHandlerAnnouncementSubscription >> unregister [
"Nothing, for compatibility with AnnouncementSubscription"
]

0 comments on commit 1880419

Please sign in to comment.