We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379f828 commit 47af349Copy full SHA for 47af349
java/src/org/openqa/selenium/remote/CommandPayload.java
@@ -25,7 +25,6 @@ public class CommandPayload {
25
private final Map<String, ?> parameters;
26
27
public CommandPayload(String name, Map<String, ?> parameters) {
28
-
29
this.name = name;
30
this.parameters = parameters;
31
}
0 commit comments