Merge branch '2.1.x'

Closes gh-18380
This commit is contained in:
Stephane Nicoll
2019-09-27 17:00:23 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ public enum Outcome {
}
/**
* Return the @code Outcome} for the given HTTP {@code status} code.
* Return the {@code Outcome} for the given HTTP {@code status} code.
* @param status the HTTP status code
* @return the matching Outcome
*/