Skip to content

Commit

Permalink
Clarify removal of ResponseEntity::getStatusCodeValue
Browse files Browse the repository at this point in the history
  • Loading branch information
poutsma committed Jun 14, 2023
1 parent 13c32d8 commit a73ad52
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -156,7 +156,8 @@ public HttpStatusCode getStatusCode() {
* Return the HTTP status code of the response.
* @return the HTTP status as an int value
* @since 4.3
* @deprecated as of 6.0, in favor of {@link #getStatusCode()}
* @deprecated as of 6.0, in favor of {@link #getStatusCode()}; scheduled
* for removal in 7.0
*/
@Deprecated(since = "6.0")
public int getStatusCodeValue() {
Expand Down

0 comments on commit a73ad52

Please sign in to comment.