Skip to content

Commit

Permalink
[java] Fixing a parameter name in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 27, 2019
1 parent 32fd138 commit 83b3352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 83b3352

Please sign in to comment.