Skip to content

Commit

Permalink
Merge pull request #737 from PosledniAmir/Pharo12
Browse files Browse the repository at this point in the history
Changed protocol for displayStringOn: to displaying
  • Loading branch information
jecisc committed Apr 15, 2024
2 parents 6a10296 + 6f6cea6 commit b13acb7
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 b13acb7

Please sign in to comment.