mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Merge pull request #5518 from rcordovano/public-api-adjustments
Make Case.deleteDataSourceFromCurrentCase package access
This commit is contained in:
commit
ffc94b7975
@ -761,7 +761,7 @@ public class Case {
|
||||
@Messages({
|
||||
"Case.progressIndicatorTitle.deletingDataSource=Removing Data Source"
|
||||
})
|
||||
public static void deleteDataSourceFromCurrentCase(Long dataSourceObjectID) throws CaseActionException {
|
||||
static void deleteDataSourceFromCurrentCase(Long dataSourceObjectID) throws CaseActionException {
|
||||
synchronized (caseActionSerializationLock) {
|
||||
if (null == currentCase) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user