File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
main/java/org/woehlke/simpleworklist
application/testdata/services
test/java/org/woehlke/simpleworklist/application/helper Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313import org .woehlke .simpleworklist .task .TaskTime ;
1414import org .woehlke .simpleworklist .context .ContextRepository ;
1515import org .woehlke .simpleworklist .task .TaskRepository ;
16- import org .woehlke .simpleworklist .project .ProjectRepository ;
16+ import org .woehlke .simpleworklist .domain . project .ProjectRepository ;
1717
1818import org .springframework .beans .factory .annotation .Autowired ;
1919import java .util .Date ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .project ;
1+ package org .woehlke .simpleworklist .domain . project ;
22
33import java .util .List ;
44
Original file line number Diff line number Diff line change 88import org .woehlke .simpleworklist .context .ContextRepository ;
99import org .woehlke .simpleworklist .domain .context .NewContextForm ;
1010import org .woehlke .simpleworklist .user .account .UserAccount ;
11- import org .woehlke .simpleworklist .project .ProjectRepository ;
11+ import org .woehlke .simpleworklist .domain . project .ProjectRepository ;
1212import org .woehlke .simpleworklist .task .TaskRepository ;
1313
1414import org .springframework .beans .factory .annotation .Autowired ;
Original file line number Diff line number Diff line change 1414import org .springframework .transaction .annotation .Transactional ;
1515import org .woehlke .simpleworklist .context .Context ;
1616import org .woehlke .simpleworklist .project .Project ;
17- import org .woehlke .simpleworklist .project .ProjectRepository ;
17+ import org .woehlke .simpleworklist .domain . project .ProjectRepository ;
1818import org .woehlke .simpleworklist .task .Task ;
1919import org .woehlke .simpleworklist .task .TaskRepository ;
2020
Original file line number Diff line number Diff line change 44import org .springframework .transaction .annotation .Propagation ;
55import org .springframework .transaction .annotation .Transactional ;
66import org .woehlke .simpleworklist .project .Project ;
7- import org .woehlke .simpleworklist .project .ProjectRepository ;
7+ import org .woehlke .simpleworklist .domain . project .ProjectRepository ;
88import org .woehlke .simpleworklist .user .register .UserRegistrationRepository ;
99import org .woehlke .simpleworklist .user .resetpassword .UserPasswordRecovery ;
1010import org .woehlke .simpleworklist .user .register .UserRegistration ;
You can’t perform that action at this time.
0 commit comments