Skip to content

Commit

Permalink
Fix Javadoc comment issues. (#6468)
Browse files Browse the repository at this point in the history
Corrects capitalisation in docs.
  • Loading branch information
User253489 authored and shs96c committed Oct 29, 2018
1 parent 68ee8e0 commit 46fc59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/client/src/org/openqa/selenium/chrome/ChromeDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public ChromeDriver(ChromeDriverService service) {

/**
* Creates a new ChromeDriver instance. The {@code capabilities} will be passed to the
* chromedriver service.
* ChromeDriver service.
*
* @param capabilities The capabilities required from the ChromeDriver.
* @see #ChromeDriver(ChromeDriverService, Capabilities)
Expand Down Expand Up @@ -230,7 +230,7 @@ public ConnectionType setNetworkConnection(ConnectionType type) {
/**
* Launches Chrome app specified by id.
*
* @param id chrome app id
* @param id Chrome app id.
*/
public void launchApp(String id) {
execute(ChromeDriverCommand.LAUNCH_APP, ImmutableMap.of("id", id));
Expand Down

0 comments on commit 46fc59b

Please sign in to comment.