Skip to content

Commit

Permalink
[java] Deleting unused private fields
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 8, 2018
1 parent 79a315a commit ca9da6e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ public static class Builder extends DriverService.Builder<
private String host = null;
private File extractPath = null;
private Boolean silent = null;
private Boolean forceCreateProcess = null;
private String ieSwitches = null;

/**
* Configures the logging level for the driver server.
Expand Down

0 comments on commit ca9da6e

Please sign in to comment.