Skip to content

Commit

Permalink
Fix SpDemoPresenter stupid uneecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Dec 28, 2024
1 parent af270b1 commit 83e8b2a
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 83e8b2a

Please sign in to comment.