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 47af349 commit b139903Copy full SHA for b139903
java/src/org/openqa/selenium/remote/CommandPayload.java
@@ -25,6 +25,7 @@ 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