Fixed statistic type.
This commit is contained in:
parent
fb2dd10a46
commit
c87cbe2059
@ -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 New Issue
Block a user