Skip to content

Commit

Permalink
Add the Override annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Oct 16, 2024
1 parent d327f5a commit 0e25fdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public void postProcess() {

}

@Override
public CodegenModel fromModel(String name, Schema model) {
CodegenModel codegenModel = super.fromModel(name, model);
warnIfDuplicated(codegenModel);
Expand Down

0 comments on commit 0e25fdb

Please sign in to comment.