Skip to content

Commit a433f57

Browse files
author
bnasslahsen
committed
Improve support of Webflux with Functional Endpoints
1 parent 3e5b773 commit a433f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void header(String name, String value) {
5252
public List<RouterFunctionData> getRouterFunctionDatas() {
5353
return routerFunctionDatas;
5454
}
55-
55+
5656
@Override
5757
public void resources(Function<ServerRequest, Optional<Resource>> lookupFunction) {
5858
// Not yet needed

0 commit comments

Comments
 (0)