Searched refs:organizationToMaxVote (Results 1 – 1 of 1) sorted by relevance
1549 … Map<Organization, Level> organizationToMaxVote = localeToOrganizationToMaxVote.get(locale); in computeMaxVotes() local1550 if (organizationToMaxVote == null) { in computeMaxVotes()1552 organizationToMaxVote = new TreeMap<>()); in computeMaxVotes()1554 Level maxVote = organizationToMaxVote.get(info.getOrganization()); in computeMaxVotes()1556 organizationToMaxVote.put(info.getOrganization(), info.getLevel()); in computeMaxVotes()