FIX::Checkstyle errors

This commit is contained in:
Merel Steenbergen
2019-04-04 20:54:50 +02:00
parent 7ac5b1efda
commit f23fc2cbea
2 changed files with 4 additions and 4 deletions

View File

@@ -18,9 +18,9 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'application'
application {
mainClassName = 'greenify.server.Application'
}
//application {
// mainClassName = 'greenify.server.Application'
//}
repositories {
mavenCentral()

View File

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