diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java index f63cfa1a81..e684b4af4b 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java @@ -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;