Polish javadoc

Closes gh-1370
This commit is contained in:
Amey Jadiye
2017-04-01 02:12:24 +05:30
committed by Stephane Nicoll
parent ce21fa4152
commit 472954bbb7
5 changed files with 7 additions and 7 deletions

View File

@@ -458,7 +458,7 @@ public interface WebTestClient {
/**
* Set the body of the request to the given {@code BodyInserter}.
* @param inserter the inserter
* @param <T> the body type, or the the element type (for a stream)
* @param <T> the body type or the element type (for a stream)
* @return spec for decoding the response
* @see org.springframework.web.reactive.function.BodyInserters
*/