Skip to content

Commit

Permalink
[java] Deleting unused private field
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 8, 2018
1 parent f41fe5f commit c179a1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions java/client/src/org/openqa/selenium/net/Urls.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@

import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.logging.Logger;

public class Urls {
private static Logger log = Logger.getLogger(Urls.class.getName());

/**
* Encodes the text as an URL using UTF-8.
*
Expand Down

0 comments on commit c179a1b

Please sign in to comment.