Fix javadoc

Closes gh-13274
This commit is contained in:
Eddú Meléndez
2018-05-27 23:42:47 -05:00
committed by Stephane Nicoll
parent 2c353762ab
commit 065eebfb4b
4 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ import org.springframework.test.web.reactive.server.WebTestClient;
import org.springframework.util.StringUtils;
/**
* A {@WebTestClientBuilderCustomizer} that configures Spring REST Docs.
* A {@link WebTestClientBuilderCustomizer} that configures Spring REST Docs.
*
* @author Roman Zaynetdinov
* @author Andy Wilkinson