Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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