refactor!: Remove selenium package override by mykola-mokhnach · Pull Request #1555 · appium/java-client · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 26 additions & 140 deletions src/main/java/io/appium/java_client/AppiumDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
import java.util.Map;

public class AppiumExecutionMethod implements ExecuteMethod {
private final AppiumDriver<?> driver;
private final AppiumDriver driver;

public AppiumExecutionMethod(AppiumDriver<?> driver) {
public AppiumExecutionMethod(AppiumDriver driver) {
this.driver = driver;
}

Expand Down

This file was deleted.

Loading