Skip to content

Commit

Permalink
FIXTradingCommunity#71 Move documentWriter up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörg Thönnes committed Oct 14, 2022
1 parent 2552ba3 commit dd2650a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ private void generateActor(ActorType actor, Repository repository, DocumentWrite

final Annotation annotation = actor.getAnnotation();
generateDocumentationBlocks(annotation, documentWriter);
documentWriter.write(context);

final List<Object> elements = actor.getFieldOrFieldRefOrComponent();
final List<Object> members = elements.stream().filter(e -> !(e instanceof StateMachineType))
Expand Down

0 comments on commit dd2650a

Please sign in to comment.