Skip to content

Commit f39675b

Browse files
authored
cleanup (#20937)
1 parent 22b6787 commit f39675b

File tree

1 file changed

+0
-11
lines changed
  • modules/openapi-generator/src/main/java/org/openapitools/codegen/languages

1 file changed

+0
-11
lines changed

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

-11
Original file line numberDiff line numberDiff line change
@@ -630,17 +630,6 @@ public void processOpts() {
630630
modelTemplateFiles.clear();
631631
}
632632
supportsAdditionalPropertiesWithComposedSchema = true;
633-
634-
if (useBeanValidation) {
635-
if (additionalProperties.containsKey(USE_SPRING_BUILT_IN_VALIDATION)) {
636-
this.useSpringBuiltInValidation = Boolean.parseBoolean(
637-
additionalProperties.get(USE_SPRING_BUILT_IN_VALIDATION).toString()
638-
);
639-
} else {
640-
this.useSpringBuiltInValidation = false;
641-
}
642-
additionalProperties.put(USE_SPRING_BUILT_IN_VALIDATION, useSpringBuiltInValidation);
643-
}
644633
}
645634

646635
private boolean containsEnums() {

0 commit comments

Comments
 (0)