This commit is contained in:
Johnny Lim
2018-04-27 00:34:21 +09:00
committed by Rossen Stoyanchev
parent 7aba6ca9d6
commit c6b60f0c00
6 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
/**
* Integration tests using a {@link ExchangeFunction} through {@link WebClient}.
* Integration tests using an {@link ExchangeFunction} through {@link WebClient}.
*
* @author Brian Clozel
* @author Rossen Stoyanchev