mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
uncomment debug line
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user