From fc7f4f1dbe4fe31fb0d129b6ea3f85b8555aacc2 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Tue, 12 Nov 2019 16:33:38 -0500 Subject: [PATCH] Integrate and update data src deletion --- .../sleuthkit/autopsy/casemodule/DeleteDataSourceAction.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/DeleteDataSourceAction.java b/Core/src/org/sleuthkit/autopsy/casemodule/DeleteDataSourceAction.java index 5876b19a1c..e8c46ea002 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/DeleteDataSourceAction.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/DeleteDataSourceAction.java @@ -41,9 +41,10 @@ public final class DeleteDataSourceAction extends AbstractAction { private Path caseMetadataFilePath; /** - * Constructs an Action that allows a user to delete a data source. + * Constructs an Action that allows a user to remove a data source from a + * case. * - * @param dataSourceObjectID The object ID of the data source to be deleted. + * @param dataSourceObjectID The object ID of the data source to be removed. */ @NbBundle.Messages({ "DeleteDataSourceAction.name.text=Remove Data Source"