From 505afdf12a8e2b1cfcd557e270b7a596cb6b70ae Mon Sep 17 00:00:00 2001 From: David Wickes Date: Tue, 21 Sep 2021 19:26:04 +0100 Subject: [PATCH] Protocol for all `#reset` class side methods changed to `class initialization` --- Iceberg/IceRepository.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceberg/IceRepository.class.st b/Iceberg/IceRepository.class.st index 719f3874d3..80a108a16d 100644 --- a/Iceberg/IceRepository.class.st +++ b/Iceberg/IceRepository.class.st @@ -185,7 +185,7 @@ IceRepository class >> repositories [ ^ self registry ] -{ #category : #registry } +{ #category : #'class initialization' } IceRepository class >> reset [ Registry := nil. Iceberg announcer announce: IceRepositoryForgotten new.