Skip to content

Commit b0ab280

Browse files
committed
feat: update package name at arangodb
Signed-off-by: Otavio Santana <[email protected]>
1 parent 3e1b73b commit b0ab280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jnosql-arangodb/src/main/java/org/eclipse/jnosql/databases/arangodb/mapping/ArangoDBDocumentRepositoryProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import static java.util.Collections.emptyMap;
3333
import static org.eclipse.jnosql.mapping.core.repository.DynamicReturn.toSingleResult;
3434

35-
class ArangoDBDocumentRepositoryProxy<T> extends AbstractDocumentRepositoryProxy<T> {
35+
class ArangoDBDocumentRepositoryProxy<T, K> extends AbstractDocumentRepositoryProxy<T, K> {
3636

3737
private final Class<T> typeClass;
3838

0 commit comments

Comments
 (0)