Skip to content

Commit e85182b

Browse files
committed
[java][refactor] Remove Empty Space in CommandPayload
- Remove an empty space in the constructor.
1 parent 4d99963 commit e85182b

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)