Skip to content

Commit b139903

Browse files
Revert "[java][refactor] Remove Empty Space in CommandPayload (SeleniumHQ#15934)"
This reverts commit 47af349.
1 parent 47af349 commit b139903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class CommandPayload {
2525
private final Map<String, ?> parameters;
2626

2727
public CommandPayload(String name, Map<String, ?> parameters) {
28+
2829
this.name = name;
2930
this.parameters = parameters;
3031
}

0 commit comments

Comments
 (0)