Skip to content

Commit

Permalink
Merge pull request #19215 from Eng-Fouad/patch-1
Browse files Browse the repository at this point in the history
Fix typos in javadocs of RoutingExchange
  • Loading branch information
gsmet authored Aug 4, 2021
2 parents 4fa14ec + cfac418 commit 4260d22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ default void ok(String chunk) {
}

/**
* Set the response status code to 200 and return the response.
* Set the response status code to 500 and return the response.
* You must call <code>HttpServerResponse.end()</code> afterwards to end the response.
*
* @return the HTTP response object
Expand All @@ -80,7 +80,7 @@ default HttpServerResponse serverError() {
}

/**
* Set the response status code to 200 and return the response.
* Set the response status code to 404 and return the response.
* You must call <code>HttpServerResponse.end()</code> afterwards to end the response.
*
* @return the HTTP response object
Expand Down

0 comments on commit 4260d22

Please sign in to comment.