Skip to content

Commit

Permalink
Changed protocol for displayStringOn: to displaying so it is consiste…
Browse files Browse the repository at this point in the history
…nt across codebase.
  • Loading branch information
PosledniAmir committed Apr 5, 2024
1 parent d50d35c commit 6f6cea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ StSpotterPragmaBasedProcessor >> continueFilterInContext: aSpotterContext [
withArguments: { self allFilteredCandidates size . self }
]

{ #category : 'printing' }
{ #category : 'displaying' }
StSpotterPragmaBasedProcessor >> displayStringOn: stream [
stream
nextPutAll: 'Processor: ';
Expand Down
2 changes: 1 addition & 1 deletion src/NewTools-Spotter/StSpotterCandidateLink.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ StSpotterCandidateLink >> copy [
^ link
]

{ #category : 'printing' }
{ #category : 'displaying' }
StSpotterCandidateLink >> displayStringOn: stream [

stream nextPutAll: 'Candidate link: '.
Expand Down
2 changes: 1 addition & 1 deletion src/NewTools-Spotter/StSpotterProcessorLink.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ StSpotterProcessorLink >> clear [
size := 0.
]

{ #category : 'printing' }
{ #category : 'displaying' }
StSpotterProcessorLink >> displayStringOn: stream [
stream
nextPutAll: 'Processor link: ';
Expand Down

0 comments on commit 6f6cea6

Please sign in to comment.