File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
main/java/org/woehlke/simpleworklist
test/java/org/woehlke/simpleworklist/application/config Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1313import org .woehlke .simpleworklist .user .account .UserAccount ;
1414import org .woehlke .simpleworklist .task .TaskEnergy ;
1515import org .woehlke .simpleworklist .task .TaskTime ;
16- import org .woehlke .simpleworklist .context .services .ContextService ;
16+ import org .woehlke .simpleworklist .domain .services .ContextService ;
1717import org .woehlke .simpleworklist .domain .services .ProjectService ;
1818import org .woehlke .simpleworklist .user .services .User2UserMessageService ;
1919import org .woehlke .simpleworklist .user .services .UserAccountService ;
Original file line number Diff line number Diff line change 99import org .springframework .web .bind .annotation .RequestMethod ;
1010import org .woehlke .simpleworklist .application .common .AbstractController ;
1111import org .woehlke .simpleworklist .context .Context ;
12- import org .woehlke .simpleworklist .context .services .ContextService ;
12+ import org .woehlke .simpleworklist .domain .services .ContextService ;
1313import org .woehlke .simpleworklist .user .session .UserSessionBean ;
1414
1515import org .springframework .beans .factory .annotation .Autowired ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .context .services ;
1+ package org .woehlke .simpleworklist .domain .services ;
22
33import org .woehlke .simpleworklist .context .Context ;
44import org .woehlke .simpleworklist .domain .context .NewContextForm ;
Original file line number Diff line number Diff line change 66import org .springframework .transaction .annotation .Transactional ;
77import org .woehlke .simpleworklist .context .Context ;
88import org .woehlke .simpleworklist .context .ContextRepository ;
9- import org .woehlke .simpleworklist .context .services .ContextService ;
109import org .woehlke .simpleworklist .domain .context .NewContextForm ;
1110import org .woehlke .simpleworklist .user .account .UserAccount ;
1211import org .woehlke .simpleworklist .project .ProjectRepository ;
Original file line number Diff line number Diff line change 66import org .springframework .stereotype .Service ;
77import org .woehlke .simpleworklist .application .ApplicationProperties ;
88import org .woehlke .simpleworklist .context .Context ;
9- import org .woehlke .simpleworklist .context .services .ContextService ;
9+ import org .woehlke .simpleworklist .domain .services .ContextService ;
1010import org .woehlke .simpleworklist .domain .context .NewContextForm ;
1111import org .woehlke .simpleworklist .application .language .Language ;
1212import org .woehlke .simpleworklist .user .account .UserAccount ;
You can’t perform that action at this time.
0 commit comments