mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
removed unused method fireFileIngestDone(long fileId)
This commit is contained in:
parent
f8fe5694ef
commit
8cbbfe79b6
@ -288,7 +288,7 @@ public class IngestManager {
|
|||||||
/**
|
/**
|
||||||
* Property change event fired when the ingest of a file is completed.
|
* Property change event fired when the ingest of a file is completed.
|
||||||
* The old value of the PropertyChangeEvent is the Autopsy object ID of
|
* The old value of the PropertyChangeEvent is the Autopsy object ID of
|
||||||
* the file. The new value is null or an AbstractFile for that ID.
|
* the file. The new value is the AbstractFile for that ID.
|
||||||
*/
|
*/
|
||||||
FILE_DONE,
|
FILE_DONE,
|
||||||
};
|
};
|
||||||
@ -380,15 +380,6 @@ public class IngestManager {
|
|||||||
fireIngestEventsThreadPool.submit(new FireIngestEventTask(ingestJobEventPublisher, IngestJobEvent.CANCELLED, ingestJobId, null));
|
fireIngestEventsThreadPool.submit(new FireIngestEventTask(ingestJobEventPublisher, IngestJobEvent.CANCELLED, ingestJobId, null));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Fire an ingest event signifying the ingest of a file is completed.
|
|
||||||
*
|
|
||||||
* @param fileId The object id of file.
|
|
||||||
*/
|
|
||||||
void fireFileIngestDone(long fileId) {
|
|
||||||
fireIngestEventsThreadPool.submit(new FireIngestEventTask(ingestModuleEventPublisher, IngestModuleEvent.FILE_DONE, fileId, null));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fire an ingest event signifying the ingest of a file is completed.
|
* Fire an ingest event signifying the ingest of a file is completed.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user