Skip to content

Commit

Permalink
Exporter: Fix FASTJavaBuilder to reference the generic entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Apr 15, 2024
1 parent c149509 commit 71c38b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Famix-Value-Exporter/FASTJavaBuilder.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ FASTJavaBuilder >> processType: aFamixType [
aFamixType genericEntity ]
ifFalse: [ aFamixType ].
type needsJavaImport ifTrue: [
typeNameDictionary at: aFamixType name ifAbsentPut: aFamixType ]
typeNameDictionary at: type name ifAbsentPut: type ]
]

{ #category : #processing }
Expand Down

0 comments on commit 71c38b3

Please sign in to comment.