FIX:: checkstyle errors (except Cyclomatic Complexity ones)

This commit is contained in:
mlwauben
2019-04-04 08:00:47 +02:00
parent 84154fca3a
commit 82eb5575ee
3 changed files with 17 additions and 11 deletions

View File

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