File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spring-web/src/main/java/org/springframework/web/client Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 44
44
import org .springframework .http .client .ClientHttpResponse ;
45
45
import org .springframework .http .client .observation .ClientRequestObservationConvention ;
46
46
import org .springframework .http .converter .HttpMessageConverter ;
47
+ import org .springframework .lang .CheckReturnValue ;
47
48
import org .springframework .lang .Nullable ;
48
49
import org .springframework .util .MultiValueMap ;
49
50
import org .springframework .web .util .DefaultUriBuilderFactory ;
@@ -644,6 +645,7 @@ interface RequestHeadersSpec<S extends RequestHeadersSpec<S>> {
644
645
* {@link ResponseSpec#onStatus(Predicate, ResponseSpec.ErrorHandler) onStatus} handlers.
645
646
* @return {@code ResponseSpec} to specify how to decode the body
646
647
*/
648
+ @ CheckReturnValue
647
649
ResponseSpec retrieve ();
648
650
649
651
/**
You can’t perform that action at this time.
0 commit comments