Skip to content

Commit

Permalink
Expose a constructor on ChromeDriverService
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Dec 19, 2013
1 parent 24856b5 commit a0cabc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ChromeDriverService extends DriverService {
* @param environment The environment for the launched server.
* @throws IOException If an I/O error occurs.
*/
private ChromeDriverService(File executable, int port, ImmutableList<String> args,
public ChromeDriverService(File executable, int port, ImmutableList<String> args,
ImmutableMap<String, String> environment) throws IOException {
super(executable, port, args, environment);
}
Expand Down

0 comments on commit a0cabc5

Please sign in to comment.