File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/org/woehlke/simpleworklist/domain/services Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .task .services ;
1+ package org .woehlke .simpleworklist .domain .services ;
22
33
44import lombok .extern .slf4j .Slf4j ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .task .services ;
1+ package org .woehlke .simpleworklist .domain .services ;
22
33import lombok .extern .slf4j .Slf4j ;
44import org .springframework .beans .factory .annotation .Autowired ;
1212import org .woehlke .simpleworklist .task .Task ;
1313import org .woehlke .simpleworklist .task .TaskRepository ;
1414import org .woehlke .simpleworklist .task .TaskState ;
15+ import org .woehlke .simpleworklist .task .services .TaskService ;
1516
1617import javax .validation .constraints .Min ;
1718import javax .validation .constraints .NotNull ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .task .services ;
1+ package org .woehlke .simpleworklist .domain .services ;
22
33import lombok .extern .slf4j .Slf4j ;
44import org .springframework .beans .factory .annotation .Autowired ;
1313import org .woehlke .simpleworklist .context .Context ;
1414import org .woehlke .simpleworklist .task .Task ;
1515import org .woehlke .simpleworklist .task .TaskState ;
16+ import org .woehlke .simpleworklist .task .services .TaskService ;
17+ import org .woehlke .simpleworklist .task .services .TaskStateControllerService ;
1618import org .woehlke .simpleworklist .user .session .UserSessionBean ;
1719
1820import javax .validation .constraints .NotNull ;
You can’t perform that action at this time.
0 commit comments