Skip to content

Commit 3bc24e1

Browse files
committed
Remove unnecessary blank line in ExecuteMethod interface
1 parent 23893fb commit 3bc24e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ public interface ExecuteMethod {
3636
* @return The result of {@link Response#getValue()}.
3737
*/
3838
@Nullable Object execute(String commandName, @Nullable Map<String, ?> parameters);
39-
4039
}

0 commit comments

Comments
 (0)