mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #7383 from rcordovano/develop
7895 reformat central repository source files
This commit is contained in:
commit
f7890d260a
@ -256,10 +256,12 @@ public class IngestEventsListener {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a "previously seen" hit for a device which was previously seen
|
||||
* in the central repository. NOTE: Artifacts that are too common will be skipped.
|
||||
* Create a "previously seen" hit for a device which was previously seen in
|
||||
* the central repository. NOTE: Artifacts that are too common will be
|
||||
* skipped.
|
||||
*
|
||||
* @param originalArtifact the artifact to create the "previously seen" item for
|
||||
* @param originalArtifact the artifact to create the "previously seen" item
|
||||
* for
|
||||
* @param caseDisplayNames the case names the artifact was previously seen
|
||||
* in
|
||||
* @param aType The correlation type.
|
||||
@ -303,11 +305,11 @@ public class IngestEventsListener {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a "previously unseen" hit for an application which was never seen in
|
||||
* the central repository.
|
||||
* Create a "previously unseen" hit for an application which was never seen
|
||||
* in the central repository.
|
||||
*
|
||||
* @param originalArtifact the artifact to create the "previously unseen" item
|
||||
* for
|
||||
* @param originalArtifact the artifact to create the "previously unseen"
|
||||
* item for
|
||||
* @param aType The correlation type.
|
||||
* @param value The correlation value.
|
||||
*/
|
||||
@ -329,8 +331,10 @@ public class IngestEventsListener {
|
||||
* @param newArtifactType Type of artifact to create.
|
||||
* @param originalArtifact Artifact in current case we want to flag
|
||||
* @param attributesForNewArtifact Attributes to assign to the new artifact
|
||||
* @param configuration The configuration to be specified for the new artifact hit
|
||||
* @param score sleuthkit.datamodel.Score to be assigned to this artifact
|
||||
* @param configuration The configuration to be specified for the
|
||||
* new artifact hit
|
||||
* @param score sleuthkit.datamodel.Score to be assigned
|
||||
* to this artifact
|
||||
* @param justification Justification string
|
||||
*/
|
||||
private static void makeAndPostArtifact(BlackboardArtifact.Type newArtifactType, BlackboardArtifact originalArtifact, Collection<BlackboardAttribute> attributesForNewArtifact, String configuration,
|
||||
|
Loading…
x
Reference in New Issue
Block a user