Skip to content

Commit dd1f960

Browse files
committed
remove unused normalizeReferenceSchema
1 parent ed0db19 commit dd1f960

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -779,15 +779,6 @@ protected Schema normalizeSchema(Schema schema, Set<Schema> visitedSchemas, bool
779779
return schema;
780780
}
781781

782-
/**
783-
* Normalize reference schema with allOf to support sibling properties
784-
*
785-
* @param schema Schema
786-
*/
787-
protected void normalizeReferenceSchema(Schema schema) {
788-
normalizeReferenceSchema(schema, false);
789-
}
790-
791782
/**
792783
* Normalize reference schema with allOf to support sibling properties
793784
*

0 commit comments

Comments
 (0)