Closes gh-9257
This commit is contained in:
Stephane Nicoll 2017-05-18 13:27:43 +02:00
parent f707582570
commit f8de022f0a
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ For example, the following maps `FATAL` to `HttpStatus.SERVICE_UNAVAILABLE`:
[source,properties,indent=0] [source,properties,indent=0]
---- ----
endpoints.health.mappings.FATAL=503 endpoints.health.mapping.FATAL=503
---- ----