Merge pull request #3467 from millmanorama/patch-1

use correct method name
This commit is contained in:
Brian Carrier 2018-03-05 13:05:46 -05:00 committed by GitHub
commit 12d9385b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;