We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378edcf commit f52efa9Copy full SHA for f52efa9
springdoc-openapi-common/src/main/java/org/springdoc/core/OpenAPIService.java
@@ -186,7 +186,7 @@ public class OpenAPIService implements ApplicationContextAware {
186
* @param propertyResolverUtils the property resolver utils
187
* @param openApiBuilderCustomisers the open api builder customisers
188
*/
189
- OpenAPIService(Optional<OpenAPI> openAPI, SecurityService securityParser,
+ public OpenAPIService(Optional<OpenAPI> openAPI, SecurityService securityParser,
190
SpringDocConfigProperties springDocConfigProperties, PropertyResolverUtils propertyResolverUtils,
191
Optional<List<OpenApiBuilderCustomizer>> openApiBuilderCustomisers) {
192
if (openAPI.isPresent()) {
0 commit comments