File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/woehlke/java/simpleworklist/application/helper Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33import org .springframework .stereotype .Service ;
44import org .springframework .transaction .annotation .Propagation ;
55import org .springframework .transaction .annotation .Transactional ;
6- import org .woehlke .java .simpleworklist .domain .project .Project ;
7- import org .woehlke .java .simpleworklist .domain .project .ProjectRepository ;
6+ import org .woehlke .java .simpleworklist .domain .db . data .Project ;
7+ import org .woehlke .java .simpleworklist .domain .db . data . project .ProjectRepository ;
88import org .woehlke .java .simpleworklist .domain .db .user .signup .UserAccountRegistrationRepository ;
99import org .woehlke .java .simpleworklist .domain .db .user .UserAccountPasswordRecovery ;
1010import org .woehlke .java .simpleworklist .domain .db .user .UserAccountRegistration ;
You can’t perform that action at this time.
0 commit comments