Skip to content

Commit

Permalink
[JBJCA-1407] Remove extraneous unlock now that all the lock calls are…
Browse files Browse the repository at this point in the history
… in nested try/finally blocks
  • Loading branch information
bstansberry authored and fl4via committed Apr 7, 2020
1 parent ed1a695 commit 7e5917a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ public void run()
}
finally
{
lock.unlock();
SecurityActions.setThreadContextClassLoader(oldTccl);
}
}
Expand Down

0 comments on commit 7e5917a

Please sign in to comment.