Skip to content

Commit 4367c96

Browse files
committed
Reformat.
1 parent 9afa68b commit 4367c96

File tree

1 file changed

+2
-1
lines changed
  • spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support

1 file changed

+2
-1
lines changed

spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support/SpringDecoder.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public HttpStatusCode getStatusCode() {
9090
/**
9191
* This method used to override a method from ClientHttpResponse interface but was
9292
* removed in Spring Framework 6.2, so we should remove it as well.
93-
* @deprecated in favour of {@link SpringDecoder.FeignResponseAdapter#getStatusCode()}
93+
* @deprecated in favour of
94+
* {@link SpringDecoder.FeignResponseAdapter#getStatusCode()}
9495
*/
9596
@Deprecated(forRemoval = true)
9697
public int getRawStatusCode() {

0 commit comments

Comments
 (0)