Skip to content

Commit

Permalink
Merge 7e89e34
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Jan 6, 2021
2 parents a01b62d + 7e89e34 commit 5bcd9a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Famix2Java/FAMIX2JavaVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ FAMIX2JavaVisitor >> visitAttribute: aAttribute [
space ].

"Declared Type"
self printDeclaredType: aAttribute declaredType.
aAttribute declaredType ifNotNil: [
self printDeclaredType: aAttribute declaredType ] ifNil: [ self <<< '/* erreur */ Object' ].
"Attribute name"
self
space;
Expand Down

0 comments on commit 5bcd9a8

Please sign in to comment.