Skip to content

Commit

Permalink
[openapi, openapi-yaml] - option not to flatten resolved spec - fix o…
Browse files Browse the repository at this point in the history
…verride
  • Loading branch information
frantuma committed Oct 30, 2019
1 parent 5544880 commit c3a8117
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4224,12 +4224,12 @@ protected void setParameterNullable(CodegenParameter parameter, CodegenProperty
parameter.nullable = property.nullable;
}

//@Override TODO temporarily commented to overcome cross building issue
@Override
public boolean needsUnflattenedSpec() {
return false;
}

//@Override TODO temporarily commented to overcome cross building issue
@Override
public void setUnflattenedOpenAPI(OpenAPI unflattenedOpenAPI) {
this.unflattenedOpenAPI = unflattenedOpenAPI;
}
Expand Down

0 comments on commit c3a8117

Please sign in to comment.