[BUGFIX] Fixed a null pointer

Also removed unused randoms and cleaned up code
This commit is contained in:
Emma Stone
2017-02-01 20:46:02 +00:00
parent 3e6a2365ce
commit 59d877104b
10 changed files with 20 additions and 59 deletions
@@ -69,6 +69,7 @@ public class QuestionSolver implements Random {
} catch (MalformedURLException | UnsupportedEncodingException | ParseException e) {
e.printStackTrace();
}
return null;
}