File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/woehlke/java/simpleworklist/domain/db/data Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55import org .springframework .transaction .annotation .Propagation ;
66import org .springframework .transaction .annotation .Transactional ;
77import org .woehlke .java .simpleworklist .domain .db .data .Context ;
8+ import org .woehlke .java .simpleworklist .domain .db .data .project .ProjectRepository ;
89import org .woehlke .java .simpleworklist .domain .db .data .task .TaskRepository ;
910import org .woehlke .java .simpleworklist .domain .db .user .UserAccount ;
10- import org .woehlke .java .simpleworklist .domain .project .ProjectRepository ;
1111
1212import org .springframework .beans .factory .annotation .Autowired ;
1313import org .woehlke .java .simpleworklist .domain .meso .session .UserSessionBean ;
Original file line number Diff line number Diff line change 88import org .springframework .transaction .annotation .Propagation ;
99import org .springframework .transaction .annotation .Transactional ;
1010import org .woehlke .java .simpleworklist .domain .db .data .Context ;
11+ import org .woehlke .java .simpleworklist .domain .db .data .Project ;
1112import org .woehlke .java .simpleworklist .domain .db .data .Task ;
12- import org .woehlke .java .simpleworklist .domain .project .Project ;
13- import org .woehlke .java .simpleworklist .domain .project .ProjectRepository ;
13+ import org .woehlke .java .simpleworklist .domain .db .data .project .ProjectRepository ;
1414import org .woehlke .java .simpleworklist .domain .meso .taskworkflow .TaskState ;
1515
1616import javax .validation .Valid ;
You can’t perform that action at this time.
0 commit comments