diff options
Diffstat (limited to 'src/ch/epfl/maze/tests/Competition.java')
-rw-r--r-- | src/ch/epfl/maze/tests/Competition.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/tests/Competition.java b/src/ch/epfl/maze/tests/Competition.java index 10a6c84..188570f 100644 --- a/src/ch/epfl/maze/tests/Competition.java +++ b/src/ch/epfl/maze/tests/Competition.java | |||
@@ -30,6 +30,8 @@ import static org.junit.Assert.assertTrue; | |||
30 | * winner against one animal if it obtained a positive score in the rivalry | 30 | * winner against one animal if it obtained a positive score in the rivalry |
31 | * against it.</li> | 31 | * against it.</li> |
32 | * </ul> | 32 | * </ul> |
33 | * | ||
34 | * @author EPFL | ||
33 | */ | 35 | */ |
34 | public class Competition { | 36 | public class Competition { |
35 | 37 | ||