Skip to content

Commit bad87be

Browse files
committed
Fix checkstyle warning
See gh-27569
1 parent 346b755 commit bad87be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void handleError(ClientHttpResponse response) throws IOException {
123123
}
124124

125125
/**
126-
* Return error message with details from the response body:
126+
* Return error message with details from the response body. For example:
127127
* <pre>
128128
* 404 Not Found: [{'id': 123, 'message': 'my message'}]
129129
* </pre>

0 commit comments

Comments
 (0)