Skip to content

Commit

Permalink
rename selector
Browse files Browse the repository at this point in the history
  • Loading branch information
noha committed Dec 20, 2024
1 parent 65f5ab4 commit 40ae8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Soil-Core/SoilGarbageCollectVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SoilGarbageCollectVisitor >> visitSkipList: aSoilSkipList [
class: aSoilSkipList class.
newSkipList initializeParametersFrom: aSoilSkipList.

aSoilSkipList newIterator basicAssociationsDo: [ :item |
aSoilSkipList newIterator associationsDo: [ :item |
item value isRemoved ifFalse: [
newSkipList at: item key put: item value.
self processObjectId: item value asSoilObjectId ] ].
Expand Down

0 comments on commit 40ae8d9

Please sign in to comment.