Searched refs:organizationToMaxVote (Results 1 – 1 of 1) sorted by relevance
1455 … Map<Organization, Level> organizationToMaxVote = localeToOrganizationToMaxVote.get(locale); in computeMaxVotes() local1456 if (organizationToMaxVote == null) { in computeMaxVotes()1458 organizationToMaxVote = new TreeMap<Organization, Level>()); in computeMaxVotes()1460 Level maxVote = organizationToMaxVote.get(info.getOrganization()); in computeMaxVotes()1462 organizationToMaxVote.put(info.getOrganization(), info.getLevel()); in computeMaxVotes()