mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Fix comment spelling error in HashLookupModuleFactory
This commit is contained in:
parent
5addef20b4
commit
18a2e7b42f
@ -59,7 +59,7 @@ public class HashLookupModuleFactory extends IngestModuleFactoryAdapter {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public IngestModuleIngestJobSettings getDefaultIngestJobSettings() {
|
public IngestModuleIngestJobSettings getDefaultIngestJobSettings() {
|
||||||
// All available hash sets are enabled and always calculatye hashes is true by default.
|
// All available hash sets are enabled and always calculate hashes is true by default.
|
||||||
HashDbManager hashDbManager = HashDbManager.getInstance();
|
HashDbManager hashDbManager = HashDbManager.getInstance();
|
||||||
List<String> knownHashSetNames = getHashSetNames(hashDbManager.getKnownFileHashSets());
|
List<String> knownHashSetNames = getHashSetNames(hashDbManager.getKnownFileHashSets());
|
||||||
List<String> knownBadHashSetNames = getHashSetNames(hashDbManager.getKnownBadFileHashSets());
|
List<String> knownBadHashSetNames = getHashSetNames(hashDbManager.getKnownBadFileHashSets());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user