Skip to content

Commit

Permalink
oas 3.1 dereference - remove anchor merge
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed May 24, 2022
1 parent 5e13ee5 commit 59b104b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1056,9 +1056,6 @@ public void mergeSchemas(Schema source, Schema target) {
if (source.getMaxLength() != null){
target.setMaxLength(source.getMaxLength());
}
if (source.get$anchor() != null){
target.set$anchor(source.get$anchor());
}
if (source.get$comment() != null){
target.set$comment(source.get$comment());
}
Expand Down

0 comments on commit 59b104b

Please sign in to comment.