mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 20:09:12 +00:00
headers list is CodegenResponse is always defined (no null list)
This commit is contained in:
@@ -6,7 +6,7 @@ public class CodegenResponse {
|
||||
public String code, message;
|
||||
public Boolean hasMore;
|
||||
public List<Map<String, String>> examples;
|
||||
public List<CodegenProperty> headers;
|
||||
public final List<CodegenProperty> headers = new ArrayList<CodegenProperty>();
|
||||
public String dataType, baseType, containerType;
|
||||
public Boolean simpleType;
|
||||
public Boolean primitiveType;
|
||||
|
||||
Reference in New Issue
Block a user