Fix typo in javadoc for ResponseExtractor

This commit is contained in:
VonUniGE
2020-12-02 15:04:57 +01:00
committed by Rossen Stoyanchev
parent ef05eb3729
commit ec7425c1f4

View File

@@ -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.