Integrate and update data src deletion

This commit is contained in:
Richard Cordovano 2019-11-12 16:33:38 -05:00
parent f9bacacd17
commit fc7f4f1dbe

View File

@ -41,9 +41,10 @@ public final class DeleteDataSourceAction extends AbstractAction {
private Path caseMetadataFilePath; 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({ @NbBundle.Messages({
"DeleteDataSourceAction.name.text=Remove Data Source" "DeleteDataSourceAction.name.text=Remove Data Source"