We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c271d7f commit 872a303Copy full SHA for 872a303
src/main/java/io/appium/java_client/service/local/AppiumDriverLocalService.java
@@ -44,7 +44,7 @@ public final class AppiumDriverLocalService extends DriverService {
44
private final String ipAddress;
45
private final long startupTimeout;
46
private final TimeUnit timeUnit;
47
- private final ReentrantLock lock = new ReentrantLock(true);
+ private final ReentrantLock lock = new ReentrantLock(true); //uses "fair" thread ordering policy
48
private final ListOutputStream stream = new ListOutputStream().add(System.out);
49
50
0 commit comments