|
@@ -3,10 +3,10 @@
|
|
|
*
|
|
|
*/
|
|
|
|
|
|
-package scot.carricksoftware.grants.repositories.images;
|
|
|
+package scot.carricksoftware.grantswriter.repositories.images;
|
|
|
|
|
|
import org.springframework.data.repository.PagingAndSortingRepository;
|
|
|
-import scot.carricksoftware.grants.domains.images.PersonImage;
|
|
|
+import scot.carricksoftware.grantswriter.domains.images.PersonImage;
|
|
|
|
|
|
@SuppressWarnings("unused")
|
|
|
public interface PersonImageRepository extends PagingAndSortingRepository<PersonImage, Long> {
|