fix checkstyle findings
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user