FIX::More CS errors
This commit is contained in:
@@ -79,8 +79,8 @@ public class Hints {
|
||||
}
|
||||
|
||||
/**
|
||||
* This method returns an arbitrary String.
|
||||
* @return the random hint.
|
||||
* This seeks out a random hint from the list of strings.
|
||||
* @return the random string hint.
|
||||
*/
|
||||
public String randomHint() {
|
||||
Random rand = new Random();
|
||||
|
||||
@@ -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() {
|
||||
FadeTransition fadeOut = new FadeTransition(Duration.millis(400), hintText);
|
||||
|
||||
Reference in New Issue
Block a user