Skip to content

Commit

Permalink
Fix merge problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc authored Jul 17, 2020
1 parent 4f7bc12 commit 90de458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Famix-Tagging/MooseEntity.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MooseEntity >> allTagAssociations [
<FMProperty: #allTagAssociations type: #FamixTagAssociation opposite: #entity>
<multivalued>
<FMComment: 'All the tag associations linking this entity to a Tag'>
^ self privateState attributeAt: #allTagAssociations ifAbsentPut: [ FMMultivalueLink on: self opposite: #entity: ]
^ self attributeAt: #allTagAssociations ifAbsentPut: [ FMMultivalueLink on: self opposite: #entity: ]
]

{ #category : #'*Famix-Tagging' }
Expand Down

0 comments on commit 90de458

Please sign in to comment.