FIX::More CS errors

This commit is contained in:
Merel Steenbergen
2019-04-05 19:20:09 +02:00
parent a6a52688f2
commit dc432df120
2 changed files with 3 additions and 3 deletions

View File

@@ -79,8 +79,8 @@ public class Hints {
} }
/** /**
* This method returns an arbitrary String. * This seeks out a random hint from the list of strings.
* @return the random hint. * @return the random string hint.
*/ */
public String randomHint() { public String randomHint() {
Random rand = new Random(); Random rand = new Random();

View File

@@ -467,7 +467,7 @@ public class DashBoardController {
} }
/** /**
* Adds a random hint to the left. * This method adds a random hint to the side bar.
*/ */
public void addRandomHints() { public void addRandomHints() {
FadeTransition fadeOut = new FadeTransition(Duration.millis(400), hintText); FadeTransition fadeOut = new FadeTransition(Duration.millis(400), hintText);