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
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
/**
53
53
* The type Open api actuator resource.
54
+ *
54
55
* @author bnasslashen
55
56
*/
56
57
@ RestControllerEndpoint (id = DEFAULT_API_DOCS_ACTUATOR_URL )
Original file line number Diff line number Diff line change 50
50
51
51
/**
52
52
* The type Open api actuator resource.
53
+ *
53
54
* @author bnasslashen
54
55
*/
55
56
@ RestControllerEndpoint (id = DEFAULT_API_DOCS_ACTUATOR_URL )
@@ -62,10 +63,6 @@ public class OpenApiActuatorResource extends OpenApiResource {
62
63
* @param requestBuilder the request builder
63
64
* @param responseBuilder the response builder
64
65
* @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
69
66
* @param springDocConfigProperties the spring doc config properties
70
67
* @param springDocProviders the spring doc providers
71
68
* @param springDocCustomizers the spring doc customizers
You can’t perform that action at this time.
0 commit comments