File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
springdoc-openapi-webflux-core/src/main/java/org/springdoc/webflux/api
springdoc-openapi-webmvc-core/src/main/java/org/springdoc/webmvc/api Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5151
5252/**
5353 * The type Open api actuator resource.
54+ *
5455 * @author bnasslashen
5556 */
5657@ RestControllerEndpoint (id = DEFAULT_API_DOCS_ACTUATOR_URL )
Original file line number Diff line number Diff line change 5050
5151/**
5252 * The type Open api actuator resource.
53+ *
5354 * @author bnasslashen
5455 */
5556@ RestControllerEndpoint (id = DEFAULT_API_DOCS_ACTUATOR_URL )
@@ -62,10 +63,6 @@ public class OpenApiActuatorResource extends OpenApiResource {
6263 * @param requestBuilder the request builder
6364 * @param responseBuilder the response builder
6465 * @param operationParser the operation parser
65- * @param operationCustomizers the operation customizers
66- * @param openApiCustomisers the open api customisers
67- * @param routerOperationCustomizers the router operation customizers
68- * @param methodFilters the method filters
6966 * @param springDocConfigProperties the spring doc config properties
7067 * @param springDocProviders the spring doc providers
7168 * @param springDocCustomizers the spring doc customizers
You can’t perform that action at this time.
0 commit comments