Author: jruchaud Date: 2010-02-09 17:19:21 +0100 (Tue, 09 Feb 2010) New Revision: 2866 Modified: trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/business/Vote.java Log: Formattage Modified: trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/business/Vote.java =================================================================== --- trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/business/Vote.java 2010-02-09 16:17:54 UTC (rev 2865) +++ trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/business/Vote.java 2010-02-09 16:19:21 UTC (rev 2866) @@ -24,17 +24,13 @@ * @version $Id$ */ public class Vote { - /** - * Valeur du vote (ex : 1, 2, 3 pour condorcet ou 15 pour pourcentage) - */ + /** Valeur du vote (ex : 1, 2, 3 pour condorcet ou 15 pour pourcentage) */ private double value; - /** - * Poids du vote dans le sondage - */ + + /** Poids du vote dans le sondage */ private double weight; - /** - * Identifiant du votant - */ + + /** Identifiant du votant */ private String votingID; /**
participants (1)
-
jruchaud@users.chorem.org