Browse Source

Fix typo in javadoc for ResponseExtractor

pull/26237/head
VonUniGE 5 years ago committed by Rossen Stoyanchev
parent
commit
ec7425c1f4
  1. 2
      spring-web/src/main/java/org/springframework/web/client/ResponseExtractor.java

2
spring-web/src/main/java/org/springframework/web/client/ResponseExtractor.java

@ -23,7 +23,7 @@ import org.springframework.http.client.ClientHttpResponse; @@ -23,7 +23,7 @@ import org.springframework.http.client.ClientHttpResponse;
import org.springframework.lang.Nullable;
/**
* Generic callback interface used by {@link RestTemplate}'s retrieval methods
* Generic callback interface used by {@link RestTemplate}'s retrieval methods.
* Implementations of this interface perform the actual work of extracting data
* from a {@link ClientHttpResponse}, but don't need to worry about exception
* handling or closing resources.

Loading…
Cancel
Save