uncomment debug line

This commit is contained in:
Julien Lengrand-Lambert
2022-12-16 15:51:42 +01:00
parent f9774b7802
commit b5e249c95a

View File

@@ -208,7 +208,7 @@ public class CodegenOperation {
* returns a map where the key is the request body content type and the value is the current CodegenOperation
* this is needed by templates when a different signature is needed for each request body content type
*/
// @JsonIgnore
@JsonIgnore
public Map<String, CodegenOperation> getContentTypeToOperation() {
LinkedHashMap<String, CodegenOperation> contentTypeToOperation = new LinkedHashMap<>();
if (bodyParam == null) {