aboutsummaryrefslogtreecommitdiff
path: root/GuessANumber/Controller/src/nl
diff options
context:
space:
mode:
authorCamil Staps2015-05-20 16:10:15 +0200
committerCamil Staps2015-05-20 16:10:15 +0200
commiteb6e40861ba356269dd0565a5bba909e4a60bb52 (patch)
tree94003e75bb0f13d2e2ebc425efdcb12d1b79c08e /GuessANumber/Controller/src/nl
parenttimeoutexception, improved contestants (diff)
Fix build & exceptions
Diffstat (limited to 'GuessANumber/Controller/src/nl')
-rw-r--r--GuessANumber/Controller/src/nl/camilstaps/botleagues/GuessANumberController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/GuessANumber/Controller/src/nl/camilstaps/botleagues/GuessANumberController.java b/GuessANumber/Controller/src/nl/camilstaps/botleagues/GuessANumberController.java
index 411f518..800c215 100644
--- a/GuessANumber/Controller/src/nl/camilstaps/botleagues/GuessANumberController.java
+++ b/GuessANumber/Controller/src/nl/camilstaps/botleagues/GuessANumberController.java
@@ -3,7 +3,7 @@ package nl.camilstaps.botleagues;
import java.util.List;
import java.util.Random;
-import nl.camilstaps.botleagues.exceptions.TimeOutException;
+import nl.camilstaps.botleagues.exception.TimeOutException;
import nl.camilstaps.botleagues.roundbasedgame.RoundBasedGameController;
/**