diff options
| author | Camil Staps | 2015-02-19 18:58:40 +0100 |
|---|---|---|
| committer | Camil Staps | 2015-02-19 18:58:40 +0100 |
| commit | dced6a8b6e3e158eea774a5a3ef7329ab6509611 (patch) | |
| tree | d6ee5ef2dee036053f878b4193c4a42496c390c5 /src | |
| parent | directory structure (diff) | |
directory structure
Diffstat (limited to 'src')
| -rw-r--r-- | src/nl/camilstaps/botleagues/GameController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl/camilstaps/botleagues/GameController.java b/src/nl/camilstaps/botleagues/GameController.java index 77eea76..1054215 100644 --- a/src/nl/camilstaps/botleagues/GameController.java +++ b/src/nl/camilstaps/botleagues/GameController.java @@ -19,7 +19,7 @@ import java.util.List; public abstract class GameController { /** The contestants in this game */ - List<Contestant> contestants = new ArrayList<>(); + List<Contestant> contestants = new ArrayList<Contestant>(); /** * Add a new contestant |
