Reformat.

This commit is contained in:
Olga Maciaszek-Sharma
2024-10-31 13:18:52 +01:00
parent 9afa68beb4
commit 4367c9629f

View File

@@ -90,7 +90,8 @@ public class SpringDecoder implements Decoder {
/**
* This method used to override a method from ClientHttpResponse interface but was
* removed in Spring Framework 6.2, so we should remove it as well.
* @deprecated in favour of {@link SpringDecoder.FeignResponseAdapter#getStatusCode()}
* @deprecated in favour of
* {@link SpringDecoder.FeignResponseAdapter#getStatusCode()}
*/
@Deprecated(forRemoval = true)
public int getRawStatusCode() {