Skip to content

Commit

Permalink
Merge pull request #1535 from gypsydave5/1534-reset-methods-should-be…
Browse files Browse the repository at this point in the history
…-in-initialization-protocol

Class side `#reset` method moved to `class initialization` protocol
  • Loading branch information
tesonep authored Oct 14, 2021
2 parents 3aa9932 + 505afdf commit 10c1e1c
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 10c1e1c

Please sign in to comment.