Skip to content

Commit

Permalink
No logical changes: Clean up a generic assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 22, 2017
1 parent 9c9d943 commit dd1c17e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ protected Response execute(String driverCommand, Map<String, ?> parameters) {
}

protected Response execute(String command) {
return execute(command, ImmutableMap.<String, Object>of());
return execute(command, ImmutableMap.of());
}

protected ExecuteMethod getExecuteMethod() {
Expand Down

0 comments on commit dd1c17e

Please sign in to comment.