r2865 - trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/business
Author: jruchaud Date: 2010-02-09 17:17:54 +0100 (Tue, 09 Feb 2010) New Revision: 2865 Modified: trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/business/CondorcetMethod.java Log: Formattage Modified: trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/business/CondorcetMethod.java =================================================================== --- trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/business/CondorcetMethod.java 2010-02-09 16:16:50 UTC (rev 2864) +++ trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/business/CondorcetMethod.java 2010-02-09 16:17:54 UTC (rev 2865) @@ -165,7 +165,6 @@ */ private void calculateVictories(List<Choice> choices, Map<String, Map<Choice, Double>> votes, boolean byGroup) { - // Initialisation des victoires à 0. victories = new HashMap<Choice, Double>(); for (Choice choice : choices) {
participants (1)
-
jruchaud@users.chorem.org