Skip to content

Commit

Permalink
Merge pull request #1689 from Ducasse/FixSpDemoTablePresenter
Browse files Browse the repository at this point in the history
Fix SpDemoPresenter stupid uneecessary dependencies
  • Loading branch information
Ducasse authored Dec 28, 2024
2 parents af270b1 + 83e8b2a commit 86d4d59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Spec2-Examples/SpDemoTablePresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ SpDemoTablePresenter >> defaultLayout [

{ #category : 'initialization' }
SpDemoTablePresenter >> initialize [
selectedClasses := OrderedCollection with: ASTCache with: ASTEvaluationTest with: Abort.

selectedClasses := OrderedCollection
with: SpDemoTablePage
with: SpPresenter
with: Abort.
super initialize
]

Expand Down

0 comments on commit 86d4d59

Please sign in to comment.