Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1049 → Rev 1050

/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/BarreRepartitionVotePresenteur.java
54,6 → 54,7
this.moyenneVote = moyenneVote;
int score = moyenneVote.getScore();
String intitule = moyenneVote.getIntituleAssocie();
vue.afficherVotes(score, intitule);
if (score > 0) {
vue.setPourcentage(score);