mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Merge in new data source deletion code from McKinnon
This commit is contained in:
parent
0573c4cb8e
commit
5b4930ef5d
@ -37,7 +37,7 @@ public class DataSourceDeletedEvent extends AutopsyEvent implements Serializable
|
||||
* @param dataSourceId The object ID of the data source that was deleted.
|
||||
*/
|
||||
public DataSourceDeletedEvent(Long dataSourceId) {
|
||||
super(Case.Events.DATA_SOURCE_DELETED.toString(), null, dataSourceId);
|
||||
super(Case.Events.DATA_SOURCE_DELETED.toString(), dataSourceId, null);
|
||||
this.dataSourceID = dataSourceId;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user