Skip to content

Commit ec7425c

Browse files
VonUniGErstoyanchev
authored andcommitted
Fix typo in javadoc for ResponseExtractor
1 parent ef05eb3 commit ec7425c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.springframework.lang.Nullable;
2424

2525
/**
26-
* Generic callback interface used by {@link RestTemplate}'s retrieval methods
26+
* Generic callback interface used by {@link RestTemplate}'s retrieval methods.
2727
* Implementations of this interface perform the actual work of extracting data
2828
* from a {@link ClientHttpResponse}, but don't need to worry about exception
2929
* handling or closing resources.

0 commit comments

Comments
 (0)