File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/main/java/org/woehlke/simpleworklist/domain/services Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .search .services ;
1+ package org .woehlke .simpleworklist .domain .services ;
22
33import lombok .extern .slf4j .Slf4j ;
44import org .springframework .beans .factory .annotation .Autowired ;
77import org .springframework .transaction .annotation .Transactional ;
88import org .woehlke .simpleworklist .search .SearchRequest ;
99import org .woehlke .simpleworklist .search .SearchRequestRepository ;
10+ import org .woehlke .simpleworklist .search .services .SearchRequestService ;
1011
1112import java .util .UUID ;
1213
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .search .services ;
1+ package org .woehlke .simpleworklist .domain .services ;
22
33import lombok .extern .slf4j .Slf4j ;
44import org .springframework .beans .factory .annotation .Autowired ;
77import org .springframework .transaction .annotation .Transactional ;
88import org .woehlke .simpleworklist .search .SearchResult ;
99import org .woehlke .simpleworklist .search .SearchResultRepository ;
10+ import org .woehlke .simpleworklist .search .services .SearchResultService ;
1011
1112import java .util .UUID ;
1213
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .search .services ;
1+ package org .woehlke .simpleworklist .domain .services ;
22
33import lombok .extern .slf4j .Slf4j ;
44import org .springframework .stereotype .Service ;
You can’t perform that action at this time.
0 commit comments