mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 17:57:43 +00:00
Updated comments
This commit is contained in:
parent
d0f70d4642
commit
ced9398da3
@ -72,7 +72,7 @@ public class EmailExtracted implements AutopsyVisitableItem {
|
||||
|
||||
private final class EmailResults extends Observable {
|
||||
|
||||
// NOTE: "accounts" object can be accessed by multiple threads and needs to be synchronized
|
||||
// NOTE: the map can be accessed by multiple worker threads and needs to be synchronized
|
||||
private final Map<String, Map<String, List<Long>>> accounts = new LinkedHashMap<>();
|
||||
|
||||
EmailResults() {
|
||||
|
@ -78,7 +78,7 @@ public class HashsetHits implements AutopsyVisitableItem {
|
||||
private class HashsetResults extends Observable {
|
||||
|
||||
// maps hashset name to list of artifacts for that set
|
||||
// NOTE: "hashSetHitsMap" object can be accessed by multiple threads and needs to be synchronized
|
||||
// NOTE: the map can be accessed by multiple worker threads and needs to be synchronized
|
||||
private final Map<String, Set<Long>> hashSetHitsMap = new LinkedHashMap<>();
|
||||
|
||||
HashsetResults() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user