mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 03:24:55 +00:00
Merge pull request #3467 from millmanorama/patch-1
use correct method name
This commit is contained in:
commit
12d9385b43
@ -310,7 +310,7 @@ final class CommunicationsGraph extends mxGraph {
|
|||||||
|
|
||||||
Set<Long> accountIDs = relatedAccounts.keySet();
|
Set<Long> accountIDs = relatedAccounts.keySet();
|
||||||
|
|
||||||
Map<Relationship.RelationshipKey, Long> relationshipCounts = commsManager.getRelationshipCounts(accountIDs, currentFilter);
|
Map<Relationship.RelationshipKey, Long> relationshipCounts = commsManager.getRelationshipCountsBetween(accountIDs, currentFilter);
|
||||||
|
|
||||||
int total = relationshipCounts.size();
|
int total = relationshipCounts.size();
|
||||||
int k = 0;
|
int k = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user