Fixed statistic type.
This commit is contained in:
parent
fb2dd10a46
commit
c87cbe2059
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ public class ReviewStatsReporter
|
||||||
IntegerBoard board = new IntegerBoard();
|
IntegerBoard board = new IntegerBoard();
|
||||||
for (ReviewData data : datas)
|
for (ReviewData data : datas)
|
||||||
{
|
{
|
||||||
board.add(data.getDuration());
|
board.add(data.getUserCount());
|
||||||
}
|
}
|
||||||
result = "Tableau du nombre de personnes participantes : " + board.toString();
|
result = "Tableau du nombre de personnes participantes : " + board.toString();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue