Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autopsy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Autopsy
Commits
8cbbfe79
Commit
8cbbfe79
authored
10 years ago
by
jmillman
Browse files
Options
Downloads
Patches
Plain Diff
removed unused method fireFileIngestDone(long fileId)
parent
f8fe5694
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Core/src/org/sleuthkit/autopsy/ingest/IngestManager.java
+1
-10
1 addition, 10 deletions
Core/src/org/sleuthkit/autopsy/ingest/IngestManager.java
with
1 addition
and
10 deletions
Core/src/org/sleuthkit/autopsy/ingest/IngestManager.java
+
1
−
10
View file @
8cbbfe79
...
...
@@ -288,7 +288,7 @@ public enum IngestModuleEvent {
/**
* 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 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
,
};
...
...
@@ -380,15 +380,6 @@ void fireIngestJobCancelled(long ingestJobId) {
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.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment