diff --git a/src/NewTools-Spotter-Processors/StSpotterPragmaBasedProcessor.class.st b/src/NewTools-Spotter-Processors/StSpotterPragmaBasedProcessor.class.st index 274f5b3b..07c09e69 100644 --- a/src/NewTools-Spotter-Processors/StSpotterPragmaBasedProcessor.class.st +++ b/src/NewTools-Spotter-Processors/StSpotterPragmaBasedProcessor.class.st @@ -76,7 +76,7 @@ StSpotterPragmaBasedProcessor >> continueFilterInContext: aSpotterContext [ withArguments: { self allFilteredCandidates size . self } ] -{ #category : 'printing' } +{ #category : 'displaying' } StSpotterPragmaBasedProcessor >> displayStringOn: stream [ stream nextPutAll: 'Processor: '; diff --git a/src/NewTools-Spotter/StSpotterCandidateLink.class.st b/src/NewTools-Spotter/StSpotterCandidateLink.class.st index ac2c2c62..ce35c490 100644 --- a/src/NewTools-Spotter/StSpotterCandidateLink.class.st +++ b/src/NewTools-Spotter/StSpotterCandidateLink.class.st @@ -50,7 +50,7 @@ StSpotterCandidateLink >> copy [ ^ link ] -{ #category : 'printing' } +{ #category : 'displaying' } StSpotterCandidateLink >> displayStringOn: stream [ stream nextPutAll: 'Candidate link: '. diff --git a/src/NewTools-Spotter/StSpotterProcessorLink.class.st b/src/NewTools-Spotter/StSpotterProcessorLink.class.st index 0e5ff2da..ac5221cf 100644 --- a/src/NewTools-Spotter/StSpotterProcessorLink.class.st +++ b/src/NewTools-Spotter/StSpotterProcessorLink.class.st @@ -37,7 +37,7 @@ StSpotterProcessorLink >> clear [ size := 0. ] -{ #category : 'printing' } +{ #category : 'displaying' } StSpotterProcessorLink >> displayStringOn: stream [ stream nextPutAll: 'Processor link: ';