Skip to content

Commit 44669c0

Browse files
author
최현진[Plasma]
committed
Update to receive routerOperation as a return
1 parent d01765e commit 44669c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/api/AbstractOpenApiResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ protected synchronized OpenAPI getOpenApi(Locale locale) {
392392
protected void calculatePath(HandlerMethod handlerMethod,
393393
RouterOperation routerOperation, Locale locale, OpenAPI openAPI) {
394394

395-
customiseRouterOperation(routerOperation, handlerMethod);
395+
routerOperation = customiseRouterOperation(routerOperation, handlerMethod);
396396

397397
String operationPath = routerOperation.getPath();
398398
Set<RequestMethod> requestMethods = new HashSet<>(Arrays.asList(routerOperation.getMethods()));

0 commit comments

Comments
 (0)