Skip to content

Commit

Permalink
Protocol for all #reset class side methods changed to `class initia…
Browse files Browse the repository at this point in the history
…lization`
  • Loading branch information
gypsydave5 committed Sep 21, 2021
1 parent bb25db7 commit 505afdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg/IceRepository.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ IceRepository class >> repositories [
^ self registry
]

{ #category : #registry }
{ #category : #'class initialization' }
IceRepository class >> reset [
Registry := nil.
Iceberg announcer announce: IceRepositoryForgotten new.
Expand Down

0 comments on commit 505afdf

Please sign in to comment.