Skip to content

Commit

Permalink
Merge pull request #72 from moosetechnology/copyVisitor-code-generator
Browse files Browse the repository at this point in the history
In FASTCopyVisitorCodeGenerator, categorized generated method in #vis…
  • Loading branch information
NicolasAnquetil authored Mar 13, 2024
2 parents cd38d79 + b74ae83 commit a96edc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FAST-Core-Tools/FASTCopyVisitorCodeGenerator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ FASTCopyVisitorCodeGenerator >> generateVisit: aModelClass in: aVisitorClass [
self generateVisitBody: aModelClass in: outputStream.
].

aVisitorClass compile: code classified: Protocol unclassified
aVisitorClass compile: code classified: #visiting
]

{ #category : #'code generation' }
Expand Down

0 comments on commit a96edc0

Please sign in to comment.