Skip to content

Commit 04b4192

Browse files
committed
[java] Deleting deprecated internal class
1 parent 74914ed commit 04b4192

File tree

3 files changed

+2
-49
lines changed

3 files changed

+2
-49
lines changed

java/client/src/org/openqa/selenium/remote/codec/jwp/JsonHttpResponseCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.openqa.selenium.remote.ErrorHandler;
2121
import org.openqa.selenium.remote.Response;
2222
import org.openqa.selenium.remote.codec.AbstractHttpResponseCodec;
23-
import org.openqa.selenium.remote.internal.JsonToWebElementConverter;
23+
import org.openqa.selenium.remote.JsonToWebElementConverter;
2424

2525
import java.util.function.Function;
2626

java/client/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import org.openqa.selenium.remote.Response;
3636
import org.openqa.selenium.remote.codec.AbstractHttpResponseCodec;
3737
import org.openqa.selenium.remote.http.HttpResponse;
38-
import org.openqa.selenium.remote.internal.JsonToWebElementConverter;
38+
import org.openqa.selenium.remote.JsonToWebElementConverter;
3939

4040
import java.lang.reflect.Constructor;
4141
import java.util.HashMap;

java/client/src/org/openqa/selenium/remote/internal/JsonToWebElementConverter.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)