Skip to content

Commit

Permalink
[java] Deleting an unused private field
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 16, 2020
1 parent 2a5c4e7 commit 6f815c5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
import org.openqa.selenium.grid.web.CombinedHandler;
import org.openqa.selenium.grid.web.RoutableHttpClientFactory;
import org.openqa.selenium.grid.web.StatusBasedReadinessCheck;
import org.openqa.selenium.json.Json;
import org.openqa.selenium.net.NetworkUtils;
import org.openqa.selenium.netty.server.NettyServer;
import org.openqa.selenium.remote.http.HttpClient;
Expand All @@ -70,7 +69,6 @@
public class Standalone extends TemplateGridCommand {

private static final Logger LOG = Logger.getLogger("selenium");
private static final Json JSON = new Json();

@Override
public String getName() {
Expand Down

0 comments on commit 6f815c5

Please sign in to comment.