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 9afa68b commit 4367c96Copy full SHA for 4367c96
spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support/SpringDecoder.java
@@ -90,7 +90,8 @@ public HttpStatusCode getStatusCode() {
90
/**
91
* This method used to override a method from ClientHttpResponse interface but was
92
* removed in Spring Framework 6.2, so we should remove it as well.
93
- * @deprecated in favour of {@link SpringDecoder.FeignResponseAdapter#getStatusCode()}
+ * @deprecated in favour of
94
+ * {@link SpringDecoder.FeignResponseAdapter#getStatusCode()}
95
*/
96
@Deprecated(forRemoval = true)
97
public int getRawStatusCode() {
0 commit comments