Corrects code to remove bug reports from Sonar Report

Resolves #478
This commit is contained in:
Glenn Renfro
2018-11-12 14:54:47 -05:00
parent 9d38c9a86d
commit f083d7a7ff
6 changed files with 8 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ public class TaskApplication {
/**
* A commandline runner that prints a timestamp.
*/
public class TimestampTask implements CommandLineRunner {
public static class TimestampTask implements CommandLineRunner {
@Autowired
private TimestampTaskProperties config;