Skip to content

Commit

Permalink
[java] Deleting deprecated internal class
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 29, 2019
1 parent 74914ed commit 04b4192
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.openqa.selenium.remote.ErrorHandler;
import org.openqa.selenium.remote.Response;
import org.openqa.selenium.remote.codec.AbstractHttpResponseCodec;
import org.openqa.selenium.remote.internal.JsonToWebElementConverter;
import org.openqa.selenium.remote.JsonToWebElementConverter;

import java.util.function.Function;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import org.openqa.selenium.remote.Response;
import org.openqa.selenium.remote.codec.AbstractHttpResponseCodec;
import org.openqa.selenium.remote.http.HttpResponse;
import org.openqa.selenium.remote.internal.JsonToWebElementConverter;
import org.openqa.selenium.remote.JsonToWebElementConverter;

import java.lang.reflect.Constructor;
import java.util.HashMap;
Expand Down

This file was deleted.

0 comments on commit 04b4192

Please sign in to comment.