We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d994f96 commit 0166a4cCopy full SHA for 0166a4c
1 file changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/ElixirClientCodegen.java
@@ -1063,7 +1063,6 @@ public ExtendedCodegenProperty(CodegenProperty cp) {
1063
this.exclusiveMaximum = cp.exclusiveMaximum;
1064
this.required = cp.required;
1065
this.deprecated = cp.deprecated;
1066
- this.hasMoreNonReadOnly = cp.hasMoreNonReadOnly;
1067
this.isPrimitiveType = cp.isPrimitiveType;
1068
this.isModel = cp.isModel;
1069
this.isContainer = cp.isContainer;
0 commit comments