File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/woehlke/twitterwall/frontend/controller Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -270,10 +270,10 @@ public String getLists(Model model) {
270270 List <Task > listOfTasks = new ArrayList <>();
271271 //Task task1 = mqTaskStartFireAndForget.getLists();
272272 //listOfTasks.add(task1);
273- // Task task2 = mqTaskStartFireAndForget.fetchUserlistOwners ();
274- // listOfTasks.add(task2 );
275- Task task3 = mqTaskStartFireAndForget .startFetchListsForUsers ();
276- listOfTasks .add (task3 );
273+ Task task1 = mqTaskStartFireAndForget .startFetchListsForUsers ();
274+ listOfTasks .add (task1 );
275+ Task task2 = mqTaskStartFireAndForget .fetchUserlistOwners ();
276+ listOfTasks .add (task2 );
277277 model .addAttribute ("listOfTasks" ,listOfTasks );
278278 return PATH +"/start/tasksStarted" ;
279279 }
You can’t perform that action at this time.
0 commit comments