Clarify removal of ResponseEntity::getStatusCodeValue
This commit is contained in:
parent
13c32d80ba
commit
a73ad52a8a
|
|
@ -156,7 +156,8 @@ public class ResponseEntity<T> extends HttpEntity<T> {
|
||||||
* Return the HTTP status code of the response.
|
* Return the HTTP status code of the response.
|
||||||
* @return the HTTP status as an int value
|
* @return the HTTP status as an int value
|
||||||
* @since 4.3
|
* @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")
|
@Deprecated(since = "6.0")
|
||||||
public int getStatusCodeValue() {
|
public int getStatusCodeValue() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue