Skip to content

Commit

Permalink
Merge pull request #1054 from altro3/fix_inhertance_processing
Browse files Browse the repository at this point in the history
Fix controller inheritance processing
  • Loading branch information
altro3 authored Jun 15, 2023
2 parents 74f069f + 5df083b commit 2bb4f96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ public void visitClass(ClassElement element, VisitorContext context) {
context.remove(CONTEXT_CHILD_OP_ID_SUFFIX);
context.remove(CONTEXT_CHILD_OP_ID_SUFFIX_ADD_ALWAYS);
}
context.remove(CONTEXT_CHILD_PATH);
}

private void processTags(ClassElement element, VisitorContext context) {
Expand Down

0 comments on commit 2bb4f96

Please sign in to comment.