Skip to content

Commit 5b285d2

Browse files
make private
1 parent a7eae5e commit 5b285d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/appium/java_client/AppiumDriver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ public class AppiumDriver extends RemoteWebDriver implements
8484
protected final RemoteLocationContext locationContext;
8585
private final ExecuteMethod executeMethod;
8686
private final Set<String> absentExtensionNames = new HashSet<>();
87-
protected URI biDiUri;
88-
protected BiDi biDi;
87+
private URI biDiUri;
88+
private BiDi biDi;
8989
private boolean wasBiDiRequested = false;
9090

9191
/**

0 commit comments

Comments
 (0)