Skip to content

Commit

Permalink
Rename param: col -> someItems
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN authored Oct 18, 2024
1 parent 2495417 commit 15a1d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Spec2-CommonWidgets/SpFilteringListPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ SpFilteringListPresenter >> unfilteredItems [
]

{ #category : 'accessing' }
SpFilteringListPresenter >> unfilteredItems: col [
SpFilteringListPresenter >> unfilteredItems: someItems [

unfilteredItems := col
unfilteredItems := someItems
]

{ #category : 'api - events' }
Expand Down

0 comments on commit 15a1d7e

Please sign in to comment.