Skip to content

Commit

Permalink
remove unnecessary lock.unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Mar 16, 2015
1 parent 101715b commit d5ebf4f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ protected ExtensionConnection connectTo(FirefoxBinary binary, FirefoxProfile pro
}
} catch (Exception e) {
throw new WebDriverException(e);
} finally {
lock.unlock();
}
}

Expand Down

0 comments on commit d5ebf4f

Please sign in to comment.