Skip to content

Commit d1684c7

Browse files
committed
fix compilation error
1 parent d035ae5 commit d1684c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/ElixirClientCodegen.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,6 @@ public ExtendedCodegenProperty(CodegenProperty cp) {
10631063
this.exclusiveMaximum = cp.exclusiveMaximum;
10641064
this.required = cp.required;
10651065
this.deprecated = cp.deprecated;
1066-
this.hasMoreNonReadOnly = cp.hasMoreNonReadOnly;
10671066
this.isPrimitiveType = cp.isPrimitiveType;
10681067
this.isModel = cp.isModel;
10691068
this.isContainer = cp.isContainer;

0 commit comments

Comments
 (0)