diff options
Diffstat (limited to 'src/ch/epfl/maze/util/Statistics.java')
-rw-r--r-- | src/ch/epfl/maze/util/Statistics.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/util/Statistics.java b/src/ch/epfl/maze/util/Statistics.java index 3928859..b7e4d86 100644 --- a/src/ch/epfl/maze/util/Statistics.java +++ b/src/ch/epfl/maze/util/Statistics.java | |||
@@ -7,6 +7,8 @@ import java.util.*; | |||
7 | 7 | ||
8 | /** | 8 | /** |
9 | * Utility class that allows to compute statistics on a list of results. | 9 | * Utility class that allows to compute statistics on a list of results. |
10 | * | ||
11 | * @author EPFL | ||
10 | */ | 12 | */ |
11 | public final class Statistics { | 13 | public final class Statistics { |
12 | 14 | ||