Skip to content
Snippets Groups Projects
Commit 3f41c7df authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed return value usage

parent a7f5f350
No related branches found
No related tags found
No related merge requests found
Pipeline #6062 passed
...@@ -18,8 +18,8 @@ public class IndexController extends BaseController ...@@ -18,8 +18,8 @@ public class IndexController extends BaseController
private static class ReturnValues private static class ReturnValues
{ {
public static final String INDEX = "index"; public static final String INDEX = "index";
public static final String FIRST_USE = "statistics"; public static final String FIRST_USE = "firstUse";
public static final String STATISTICS = "firstUse"; public static final String STATISTICS = "statistics";
} }
private final StatisticsService statisticsService; private final StatisticsService statisticsService;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment