mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Correct bundle property in Case class
This commit is contained in:
parent
fe9513f2f9
commit
ecd83c78b6
@ -2343,7 +2343,7 @@ public class Case {
|
|||||||
throw new CaseActionException(Bundle.Case_creationException_couldNotAcquireDirLock());
|
throw new CaseActionException(Bundle.Case_creationException_couldNotAcquireDirLock());
|
||||||
}
|
}
|
||||||
} catch (InterruptedException | CoordinationServiceException ex) {
|
} catch (InterruptedException | CoordinationServiceException ex) {
|
||||||
throw new CaseActionException(Bundle.Case_creationException_couldNotAcquireNameLock(), ex);
|
throw new CaseActionException(Bundle.Case_creationException_couldNotAcquireDirLock(), ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user