Added class Hints, including tests

This commit is contained in:
Merel Steenbergen
2019-04-03 15:33:26 +02:00
parent 50c27cf420
commit a55e4cecef
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ public class Hints {
} }
/** /**
* This method gets a random hint from the list of hints. * This method returns a random hint from the list of hints.
* @return the random hint. * @return the random hint.
*/ */
public String randomHint() { public String randomHint() {

View File

@@ -527,5 +527,5 @@ public class DashBoardController {
button.setOnMouseExited(e -> scaleDown.playFromStart()); button.setOnMouseExited(e -> scaleDown.playFromStart());
} }
} }
} }