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

View File

@@ -51,7 +51,7 @@ import org.springframework.http.codec.Pojo;
import static org.junit.Assert.*;
/**
* Integration tests using a {@link ExchangeFunction} through {@link WebClient}.
* Integration tests using an {@link ExchangeFunction} through {@link WebClient}.
*
* @author Brian Clozel
* @author Rossen Stoyanchev