Skip to content

Commit

Permalink
Merge pull request #14 from moosetechnology/remove-collectionextensio…
Browse files Browse the repository at this point in the history
…ns-dependency

Replace `detect:ifOne:` with `detect:ifFound:`
  • Loading branch information
Gabriel-Darbord authored Nov 4, 2024
2 parents bf64409 + f891670 commit 17df86b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ CRFBinderVisitor >> visitFASTJavaTypeParameter: aFASTJavaTypeParameter [

(self sourceFamixEntity allToScope: FamixTType)
detect: [ :type | type name = aFASTJavaTypeParameter name ]
ifOne: [ :type | type fastTypeDefinition: aFASTJavaTypeParameter ]
ifFound: [ :type | type fastTypeDefinition: aFASTJavaTypeParameter ]
]

{ #category : 'visitor' }
Expand Down

0 comments on commit 17df86b

Please sign in to comment.