Skip to content

Commit cd7c63f

Browse files
committed
Mark CommandExecutor as a functional interface
1 parent 611a867 commit cd7c63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/client/src/org/openqa/selenium/remote/CommandExecutor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import java.io.IOException;
2121

22+
@FunctionalInterface
2223
public interface CommandExecutor {
2324

2425
Response execute(Command command) throws IOException;

0 commit comments

Comments
 (0)