Skip to content

Commit

Permalink
do not use extension method from plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 24, 2021
1 parent b8c89b3 commit ff84d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/OpenPonk-Model/OPModelObject.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ OPModelObject >> removedFrom: anOwner [
{ #category : #removing }
OPModelObject >> removedFrom: anOwner do: aBlock [

self assert: self owner equals: anOwner.
self assert: self owner = anOwner.
aBlock value.
owner := nil.
self changed
Expand Down

0 comments on commit ff84d83

Please sign in to comment.