We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de7d0d commit 66bf460Copy full SHA for 66bf460
1 file changed
src/main/java/net/onelitefeather/vulpes/api/repository/font/FontLoreRepository.java
@@ -6,7 +6,6 @@
6
import io.micronaut.data.model.Pageable;
7
import io.micronaut.data.repository.PageableRepository;
8
import net.onelitefeather.vulpes.api.model.font.FontLoreEntity;
9
-import net.onelitefeather.vulpes.api.model.item.ItemEnchantmentEntity;
10
11
import java.util.UUID;
12
@@ -18,7 +17,7 @@
18
17
* @author theEvilReaper
19
*/
20
@Repository
21
-public interface FontLoreRepository extends PageableRepository<ItemEnchantmentEntity, UUID> {
+public interface FontLoreRepository extends PageableRepository<FontLoreEntity, UUID> {
22
23
/**
24
* Retrieves the characters associated with a font by its ID.
0 commit comments