Skip to content

Commit 9d0c9f2

Browse files
author
mpv1989
committed
Fix ArangoRepositoryFactoryBean
1 parent 7903c19 commit 9d0c9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/arangodb/springframework/repository/ArangoRepositoryFactoryBean.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
/**
3232
* Created by F625633 on 07/07/2017.
3333
*/
34-
public class ArangoRepositoryFactoryBean<T extends Repository<S, String>, S>
35-
extends RepositoryFactoryBeanSupport<T, S, String> {
34+
public class ArangoRepositoryFactoryBean<T extends Repository<S, ID>, S, ID>
35+
extends RepositoryFactoryBeanSupport<T, S, ID> {
3636

3737
private ArangoOperations arangoOperations;
3838

0 commit comments

Comments
 (0)