r3567 - trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy
Author: tchemit Date: 2012-06-26 08:55:25 +0200 (Tue, 26 Jun 2012) New Revision: 3567 Url: http://chorem.org/repositories/revision/pollen/3567 Log: refs #542 Fix strategy id Modified: trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java Modified: trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java 2012-06-26 06:54:58 UTC (rev 3566) +++ trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java 2012-06-26 06:55:25 UTC (rev 3567) @@ -43,7 +43,7 @@ */ public class BordaStrategy extends AbstractVoteCountingStrategy { - public static final int ID = 5; + public static final int ID = 4; /** Logger. */ private static final Log log = LogFactory.getLog(BordaStrategy.class);
participants (1)
-
tchemit@users.chorem.org