Skip to content

Commit 23893fb

Browse files
committed
Add nullability annotations to RemoteExecuteMethod class
1 parent 168cf7a commit 23893fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
package org.openqa.selenium.remote;
1919

2020
import java.util.Map;
21+
import org.jspecify.annotations.NullMarked;
2122
import org.openqa.selenium.WebDriver;
2223
import org.openqa.selenium.WrapsDriver;
2324
import org.openqa.selenium.internal.Require;
2425

26+
@NullMarked
2527
public class RemoteExecuteMethod implements ExecuteMethod, WrapsDriver {
2628
private final RemoteWebDriver driver;
2729

0 commit comments

Comments
 (0)