File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
library/src/main/scala/za/co/absa/springdocopenapiscala Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ import scala.collection.JavaConverters._
2424class OpenAPIScalaCustomizer (components : Components ) extends OpenApiCustomizer {
2525
2626 override def customise (openAPIOutOfSync : OpenAPI ): Unit = {
27- // This is needed as for some reason springdoc-openapi cache the `OpenAPI` at the beginning
28- // and newly added `Components` are not taken into account on JSON/YAML generation.
27+ // this is needed as for some reason springdoc-openapi cache the `OpenAPI` at the beginning
28+ // and newly added `Components` are not taken into account on JSON/YAML generation
2929 openAPIOutOfSync.setComponents(components)
3030
3131 fixResponsesReturningUnit(openAPIOutOfSync)
You can’t perform that action at this time.
0 commit comments