diff --git a/java/client/src/org/openqa/selenium/chrome/ChromeDriverService.java b/java/client/src/org/openqa/selenium/chrome/ChromeDriverService.java index 6465377bd124f..97904722658fb 100644 --- a/java/client/src/org/openqa/selenium/chrome/ChromeDriverService.java +++ b/java/client/src/org/openqa/selenium/chrome/ChromeDriverService.java @@ -130,7 +130,7 @@ public int score(Capabilities capabilities) { /** * Configures the driver server appending to log file. * - * @param verbose True for appending to log file, false otherwise. + * @param appendLog True for appending to log file, false otherwise. * @return A self reference. */ public Builder withAppendLog(boolean appendLog) {