Skip to content

Commit d5ebf4f

Browse files
committed
remove unnecessary lock.unlock
Fixes #334
1 parent 101715b commit d5ebf4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java

-2
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ protected ExtensionConnection connectTo(FirefoxBinary binary, FirefoxProfile pro
278278
}
279279
} catch (Exception e) {
280280
throw new WebDriverException(e);
281-
} finally {
282-
lock.unlock();
283281
}
284282
}
285283

0 commit comments

Comments
 (0)