Skip to content

Commit 54af324

Browse files
committed
removed vendor extension from codegen operation object.
1 parent ffcf4ad commit 54af324

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/CodegenOperation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public class CodegenOperation extends CodegenObject {
3636
public List<Map<String, String>> examples;
3737
public List<Map<String, String>> requestBodyExamples;
3838
public ExternalDocumentation externalDocs;
39-
public Map<String, Object> vendorExtensions = new HashMap<>();
4039
public String nickname; // legacy support
4140
public String operationIdLowerCase; // for markdown documentation
4241
public String operationIdCamelCase; // for class names

0 commit comments

Comments
 (0)