Skip to content

Commit

Permalink
fixing old sharedPool usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Oct 15, 2024
1 parent f9283cd commit 59b16db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Pillar-ExporterMicrodown/PRConverterToMic.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
#name : 'PRConverterToMic',
#superclass : 'Object',
#pools : [
'MicroSharedPool'
'MicSharedPool'
],
#category : 'Pillar-ExporterMicrodown',
#package : 'Pillar-ExporterMicrodown'
Expand Down
2 changes: 1 addition & 1 deletion src/Pillar-ExporterMicrodown/PRMicrodownWriter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Class {
'nesting'
],
#pools : [
'MicroSharedPool'
'MicSharedPool'
],
#category : 'Pillar-ExporterMicrodown',
#package : 'Pillar-ExporterMicrodown'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Class {
'builder'
],
#pools : [
'MicroSharedPool'
'MicSharedPool'
],
#category : 'Pillar-ExporterMicrodown',
#package : 'Pillar-ExporterMicrodown'
Expand Down

0 comments on commit 59b16db

Please sign in to comment.