From eb6e40861ba356269dd0565a5bba909e4a60bb52 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 20 May 2015 16:10:15 +0200 Subject: Fix build & exceptions --- .../Controller/src/nl/camilstaps/botleagues/GuessANumberController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GuessANumber/Controller/src') 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; /** -- cgit v1.2.3