fix checkstyle findings

This commit is contained in:
2022-05-29 20:36:45 +02:00
parent d38f1377b9
commit 86cd6f96b8
2 changed files with 4 additions and 4 deletions
@@ -5,7 +5,8 @@ import org.slf4j.LoggerFactory;
/** /**
* Example App class. * Example App class.
* @author tpeetz *
* @author Thomas Peetz
* *
*/ */
public class App { public class App {
@@ -17,6 +18,7 @@ public class App {
/** /**
* Returns greeting. * Returns greeting.
*
* @return greeting * @return greeting
*/ */
public String getGreeting() { public String getGreeting() {
@@ -25,6 +27,7 @@ public class App {
/** /**
* Main entry point for application Generations. * Main entry point for application Generations.
*
* @param args Arguments * @param args Arguments
*/ */
public static void main(final String[] args) { public static void main(final String[] args) {
@@ -1,6 +1,3 @@
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package de.thpeetz.generations; package de.thpeetz.generations;
import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertEquals;