Merge branch '5.3.x' into main

This commit is contained in:
Rossen Stoyanchev 2021-10-18 17:08:55 +01:00
commit b681c6b4bc
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class DefaultResponseErrorHandler implements ResponseErrorHandler {
}
/**
* Return error message with details from the response body:
* Return error message with details from the response body. For example:
* <pre>
* 404 Not Found: [{'id': 123, 'message': 'my message'}]
* </pre>