diff options
author | Camil Staps | 2015-05-20 16:10:15 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-20 16:10:15 +0200 |
commit | eb6e40861ba356269dd0565a5bba909e4a60bb52 (patch) | |
tree | 94003e75bb0f13d2e2ebc425efdcb12d1b79c08e /GuessANumber/Controller/src/nl | |
parent | timeoutexception, improved contestants (diff) |
Fix build & exceptions
Diffstat (limited to 'GuessANumber/Controller/src/nl')
-rw-r--r-- | GuessANumber/Controller/src/nl/camilstaps/botleagues/GuessANumberController.java | 2 |
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; /** |