Skip to content

Commit f04a270

Browse files
authored
remove AI comment
1 parent b443ebb commit f04a270

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -848,9 +848,6 @@ protected void patchProperty(Map<String, CodegenModel> enumRefs, CodegenModel mo
848848
property.isFloat = refModel.isFloat;
849849
property.isDouble = refModel.isDouble;
850850
property.isDecimal = refModel.isDecimal;
851-
// Note: do NOT propagate isString here. String enum properties
852-
// are handled through the isEnum template path, not the isString path.
853-
// Setting isString would cause duplicate write statements in anyOf models.
854851
}
855852

856853
this.patchPropertyIsInherited(model, property);

0 commit comments

Comments
 (0)