Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
fixed case when commentBlock is not provided
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 29, 2020
1 parent afe04d9 commit 5d5536b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repository/OpenPonk-UML-DI/OPUmlClassifierShape.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ OPUmlClassifierShape >> initialize [
commentIcon display: [ self hasComments ].
commentIcon form: (self iconNamed: #announcement).
commentIcon localStyle: OPUmlStyle new.
commentIcon owningElement: self
commentIcon owningElement: self.
commentBlock := #()
]

{ #category : #'Roassal2 - updating' }
Expand Down

0 comments on commit 5d5536b

Please sign in to comment.