Skip to content

Commit 47af349

Browse files
authored
[java][refactor] Remove Empty Space in CommandPayload (#15934)
- Remove an empty space in the constructor. Co-authored-by: Diego Molina <diemol@users.noreply.github.com> [skip ci]
1 parent 379f828 commit 47af349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

2727
public CommandPayload(String name, Map<String, ?> parameters) {
28-
2928
this.name = name;
3029
this.parameters = parameters;
3130
}

0 commit comments

Comments
 (0)