Skip to content

Commit f52efa9

Browse files
committed
Configurable caching of OpenAPI instances. Fixes #1554.
1 parent 378edcf commit f52efa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/OpenAPIService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public class OpenAPIService implements ApplicationContextAware {
186186
* @param propertyResolverUtils the property resolver utils
187187
* @param openApiBuilderCustomisers the open api builder customisers
188188
*/
189-
OpenAPIService(Optional<OpenAPI> openAPI, SecurityService securityParser,
189+
public OpenAPIService(Optional<OpenAPI> openAPI, SecurityService securityParser,
190190
SpringDocConfigProperties springDocConfigProperties, PropertyResolverUtils propertyResolverUtils,
191191
Optional<List<OpenApiBuilderCustomizer>> openApiBuilderCustomisers) {
192192
if (openAPI.isPresent()) {

0 commit comments

Comments
 (0)