diff --git a/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/webdriver/WebConnectionHtmlUnitDriver.java b/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/webdriver/WebConnectionHtmlUnitDriver.java index 109bfaa7c5..2d377e5569 100644 --- a/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/webdriver/WebConnectionHtmlUnitDriver.java +++ b/spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/webdriver/WebConnectionHtmlUnitDriver.java @@ -62,7 +62,7 @@ public class WebConnectionHtmlUnitDriver extends HtmlUnitDriver { * Modify the supplied {@link WebClient}, {@linkplain #configureWebClient * configure} it, and retain a reference to it so that its {@link WebConnection} * is {@linkplain #getWebConnection accessible} for later use. - * @param client the client to modify + * @param webClient the client to modify * @return the modified client * @see org.openqa.selenium.htmlunit.HtmlUnitDriver#modifyWebClient(WebClient) */