Skip to content

Commit

Permalink
update class reference
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Jan 18, 2024
1 parent 0a6bd73 commit 33857df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Roassal-UML-Calypso/RSUMLPackageCalypso.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RSUMLPackageCalypso >> packages: aCollection [

{ #category : #initialization }
RSUMLPackageCalypso >> setUpModelFromContext [
(context canUnderstand: #isPackageTagSelected) ifTrue: [
(context class canUnderstand: #isPackageTagSelected) ifTrue: [
self packages: (context isPackageTagSelected
ifTrue: [ context selectedClassGroups ]
ifFalse: [ context selectedPackages ])
Expand Down

0 comments on commit 33857df

Please sign in to comment.