Skip to content

Commit 0e3d4bc

Browse files
committed
[java] Deprecated json wire related ErrorCodes
1 parent cb9169a commit 0e3d4bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/org/openqa/selenium/remote/ErrorCodes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
import org.openqa.selenium.interactions.MoveTargetOutOfBoundsException;
5555

5656
/** Defines common error codes for the wire protocol. */
57+
@Deprecated(forRemoval = true)
5758
public class ErrorCodes {
5859

5960
public static final String SUCCESS_STRING = "success";

0 commit comments

Comments
 (0)