Skip to content

Commit 837ab11

Browse files
committed
fix javadoc
1 parent 9b6ee9b commit 837ab11

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

springdoc-openapi-webflux-core/src/main/java/org/springdoc/webflux/api/OpenApiActuatorResource.java

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
/**
5353
* The type Open api actuator resource.
54+
*
5455
* @author bnasslashen
5556
*/
5657
@RestControllerEndpoint(id = DEFAULT_API_DOCS_ACTUATOR_URL)

springdoc-openapi-webmvc-core/src/main/java/org/springdoc/webmvc/api/OpenApiActuatorResource.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
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

0 commit comments

Comments
 (0)