File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
main/java/org/woehlke/simpleworklist
application/testdata/services
test/java/org/woehlke/simpleworklist/application/helper Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212import org .woehlke .simpleworklist .user .account .UserAccount ;
1313import org .woehlke .simpleworklist .task .TaskTime ;
1414import org .woehlke .simpleworklist .context .ContextRepository ;
15- import org .woehlke .simpleworklist .task .TaskRepository ;
15+ import org .woehlke .simpleworklist .domain . task .TaskRepository ;
1616import org .woehlke .simpleworklist .domain .project .ProjectRepository ;
1717
1818import org .springframework .beans .factory .annotation .Autowired ;
Original file line number Diff line number Diff line change 99import org .woehlke .simpleworklist .domain .context .NewContextForm ;
1010import org .woehlke .simpleworklist .user .account .UserAccount ;
1111import org .woehlke .simpleworklist .domain .project .ProjectRepository ;
12- import org .woehlke .simpleworklist .task .TaskRepository ;
12+ import org .woehlke .simpleworklist .domain . task .TaskRepository ;
1313
1414import org .springframework .beans .factory .annotation .Autowired ;
1515import java .util .List ;
Original file line number Diff line number Diff line change 1616import org .woehlke .simpleworklist .project .Project ;
1717import org .woehlke .simpleworklist .domain .project .ProjectRepository ;
1818import org .woehlke .simpleworklist .task .Task ;
19- import org .woehlke .simpleworklist .task .TaskRepository ;
19+ import org .woehlke .simpleworklist .domain . task .TaskRepository ;
2020
2121import javax .validation .constraints .Min ;
2222import javax .validation .constraints .NotNull ;
Original file line number Diff line number Diff line change 1010import org .woehlke .simpleworklist .context .Context ;
1111import org .woehlke .simpleworklist .project .Project ;
1212import org .woehlke .simpleworklist .task .Task ;
13- import org .woehlke .simpleworklist .task .TaskRepository ;
13+ import org .woehlke .simpleworklist .domain . task .TaskRepository ;
1414import org .woehlke .simpleworklist .task .TaskState ;
1515
1616import javax .validation .constraints .Min ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .task ;
1+ package org .woehlke .simpleworklist .domain . task ;
22
33import java .util .List ;
44
Original file line number Diff line number Diff line change 1010import org .woehlke .simpleworklist .user .register .UserRegistration ;
1111
1212import org .springframework .beans .factory .annotation .Autowired ;
13- import org .woehlke .simpleworklist .task .TaskRepository ;
13+ import org .woehlke .simpleworklist .domain . task .TaskRepository ;
1414import org .woehlke .simpleworklist .user .account .UserAccountRepository ;
1515import org .woehlke .simpleworklist .user .resetpassword .UserPasswordRecoveryRepository ;
1616
You can’t perform that action at this time.
0 commit comments