]> source.dussan.org Git - jgit.git/commit
Unlock DirCache in case of occurring exception 69/4869/2
authorJens Baumgart <jens.baumgart@sap.com>
Tue, 3 Apr 2012 15:25:32 +0000 (17:25 +0200)
committerJens Baumgart <jens.baumgart@sap.com>
Tue, 3 Apr 2012 15:25:32 +0000 (17:25 +0200)
commit0a84ad2d2ac8153d06564895279ab4fd11ef0e80
tree743ddf4a08b5fd366fbcc86b20b471106a7892d6
parent86db05602fc8f42fd171df177fb9f4394a1b8ae5
Unlock DirCache in case of occurring exception

A DirCache was not unlocked if an exception occurred in the
DirCacheCheckout constructor.

Bug: 365449
Change-Id: I231d902d52e3e5e9a7748eedaa63a2bb889ebb13
Signed-off-by: Jens Baumgart <jens.baumgart@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java