File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/org/woehlke/simpleworklist
application/testdata/services Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111import org .woehlke .simpleworklist .task .TaskState ;
1212import org .woehlke .simpleworklist .user .account .UserAccount ;
1313import org .woehlke .simpleworklist .task .TaskTime ;
14- import org .woehlke .simpleworklist .context .ContextRepository ;
14+ import org .woehlke .simpleworklist .domain . context .ContextRepository ;
1515import org .woehlke .simpleworklist .domain .task .TaskRepository ;
1616import org .woehlke .simpleworklist .domain .project .ProjectRepository ;
1717
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .context ;
1+ package org .woehlke .simpleworklist .domain . context ;
22
33import org .springframework .data .domain .Page ;
44import org .springframework .data .domain .Pageable ;
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 .simpleworklist .context .Context ;
8- import org .woehlke .simpleworklist .context .ContextRepository ;
8+ import org .woehlke .simpleworklist .domain . context .ContextRepository ;
99import org .woehlke .simpleworklist .domain .context .NewContextForm ;
1010import org .woehlke .simpleworklist .user .account .UserAccount ;
1111import org .woehlke .simpleworklist .domain .project .ProjectRepository ;
Original file line number Diff line number Diff line change 1919import org .woehlke .simpleworklist .user .account .UserAccountRepository ;
2020import org .woehlke .simpleworklist .user .chat .User2UserMessage ;
2121import org .woehlke .simpleworklist .application .language .Language ;
22- import org .woehlke .simpleworklist .context .ContextRepository ;
22+ import org .woehlke .simpleworklist .domain . context .ContextRepository ;
2323import org .woehlke .simpleworklist .user .chat .User2UserMessageRepository ;
2424
2525@ Slf4j
You can’t perform that action at this time.
0 commit comments