Skip to content

Commit 872a303

Browse files
...the describing comment
1 parent c271d7f commit 872a303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/service/local/AppiumDriverLocalService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class AppiumDriverLocalService extends DriverService {
4444
private final String ipAddress;
4545
private final long startupTimeout;
4646
private final TimeUnit timeUnit;
47-
private final ReentrantLock lock = new ReentrantLock(true);
47+
private final ReentrantLock lock = new ReentrantLock(true); //uses "fair" thread ordering policy
4848
private final ListOutputStream stream = new ListOutputStream().add(System.out);
4949

5050

0 commit comments

Comments
 (0)