We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef05eb3 commit ec7425cCopy full SHA for ec7425c
spring-web/src/main/java/org/springframework/web/client/ResponseExtractor.java
@@ -23,7 +23,7 @@
23
import org.springframework.lang.Nullable;
24
25
/**
26
- * Generic callback interface used by {@link RestTemplate}'s retrieval methods
+ * Generic callback interface used by {@link RestTemplate}'s retrieval methods.
27
* Implementations of this interface perform the actual work of extracting data
28
* from a {@link ClientHttpResponse}, but don't need to worry about exception
29
* handling or closing resources.
0 commit comments