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._
24
24
class OpenAPIScalaCustomizer (components : Components ) extends OpenApiCustomizer {
25
25
26
26
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
29
29
openAPIOutOfSync.setComponents(components)
30
30
31
31
fixResponsesReturningUnit(openAPIOutOfSync)
You can’t perform that action at this time.
0 commit comments