Fix checkstyle errors
This commit is contained in:
parent
b4fc7943e1
commit
37a3765a4e
|
@ -81,7 +81,7 @@ public abstract class RequestPredicates {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a {@code RequestPredicate} that matches if the request's HTTP method is equal to the
|
* Return a {@code RequestPredicate} that matches if the request's HTTP method is equal to the
|
||||||
* given method
|
* given method.
|
||||||
* @param httpMethod the HTTP method to match against
|
* @param httpMethod the HTTP method to match against
|
||||||
* @return a predicate that tests against the given HTTP method
|
* @return a predicate that tests against the given HTTP method
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -483,7 +483,7 @@ public abstract class RouterFunctions {
|
||||||
* {@code OrderController.routerFunction()}.
|
* {@code OrderController.routerFunction()}.
|
||||||
* to the {@code changeUser} method in {@code userController}:
|
* to the {@code changeUser} method in {@code userController}:
|
||||||
* <pre class="code">
|
* <pre class="code">
|
||||||
* RouterFunction<ServerResponse> route =
|
* RouterFunction<ServerResponse> route =
|
||||||
* RouterFunctions.route()
|
* RouterFunctions.route()
|
||||||
* .GET("/users", userController::listUsers)
|
* .GET("/users", userController::listUsers)
|
||||||
* .add(orderController.routerFunction());
|
* .add(orderController.routerFunction());
|
||||||
|
|
Loading…
Reference in New Issue