Fix checkstyle warning

See gh-27569
This commit is contained in:
Rossen Stoyanchev
2021-10-18 17:04:11 +01:00
parent 346b755802
commit bad87be306

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>