File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/org/woehlke/simpleworklist/domain Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .search ;
1+ package org .woehlke .simpleworklist .domain . search ;
22
33import org .springframework .data .jpa .repository .JpaRepository ;
44import org .springframework .stereotype .Repository ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .search ;
1+ package org .woehlke .simpleworklist .domain . search ;
22
33import org .springframework .data .jpa .repository .JpaRepository ;
44import org .springframework .stereotype .Repository ;
Original file line number Diff line number Diff line change 66import org .springframework .transaction .annotation .Propagation ;
77import org .springframework .transaction .annotation .Transactional ;
88import org .woehlke .simpleworklist .search .SearchRequest ;
9- import org .woehlke .simpleworklist .search .SearchRequestRepository ;
9+ import org .woehlke .simpleworklist .domain . search .SearchRequestRepository ;
1010
1111import java .util .UUID ;
1212
Original file line number Diff line number Diff line change 66import org .springframework .transaction .annotation .Propagation ;
77import org .springframework .transaction .annotation .Transactional ;
88import org .woehlke .simpleworklist .search .SearchResult ;
9- import org .woehlke .simpleworklist .search .SearchResultRepository ;
9+ import org .woehlke .simpleworklist .domain . search .SearchResultRepository ;
1010
1111import java .util .UUID ;
1212
You can’t perform that action at this time.
0 commit comments