We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c32d8 commit a73ad52Copy full SHA for a73ad52
spring-web/src/main/java/org/springframework/http/ResponseEntity.java
@@ -156,7 +156,8 @@ public HttpStatusCode getStatusCode() {
156
* Return the HTTP status code of the response.
157
* @return the HTTP status as an int value
158
* @since 4.3
159
- * @deprecated as of 6.0, in favor of {@link #getStatusCode()}
+ * @deprecated as of 6.0, in favor of {@link #getStatusCode()}; scheduled
160
+ * for removal in 7.0
161
*/
162
@Deprecated(since = "6.0")
163
public int getStatusCodeValue() {
0 commit comments