From 58b2085deb328c82b77421e1d9e3a1b57d532a00 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 19 Feb 2015 18:58:40 +0100 Subject: directory structure --- GameController/src/nl/camilstaps/botleagues/GameController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GameController/src') diff --git a/GameController/src/nl/camilstaps/botleagues/GameController.java b/GameController/src/nl/camilstaps/botleagues/GameController.java index 77eea76..1054215 100644 --- a/GameController/src/nl/camilstaps/botleagues/GameController.java +++ b/GameController/src/nl/camilstaps/botleagues/GameController.java @@ -19,7 +19,7 @@ import java.util.List; public abstract class GameController { /** The contestants in this game */ - List contestants = new ArrayList<>(); + List contestants = new ArrayList(); /** * Add a new contestant -- cgit v1.2.3