Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed May 5, 2020
1 parent 8da0242 commit 0eae966
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ && isPathToMatch(operationPath)) {
}
}
}
routerFunctionProvider.flatMap(RouterFunctionProvider::getWebMvcRouterFunctionPaths).ifPresent(routerBeans -> routerBeans.forEach(this::getRouterFunctionPaths));
routerFunctionProvider.ifPresent(routerFunctions -> routerFunctions.getWebMvcRouterFunctionPaths()
.ifPresent(routerBeans -> routerBeans.forEach(this::getRouterFunctionPaths)));
}


Expand Down

0 comments on commit 0eae966

Please sign in to comment.