Skip to content

Commit 51ff750

Browse files
committed
chore: update herorepository
Signed-off-by: Otavio Santana <[email protected]>
1 parent 9b28617 commit 51ff750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangodb/src/main/java/org/jnosql/demo/se/HeroRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
*/
1111
package org.jnosql.demo.se;
1212

13+
import jakarta.data.repository.Param;
1314
import jakarta.data.repository.Repository;
1415
import org.eclipse.jnosql.databases.arangodb.mapping.AQL;
1516
import org.eclipse.jnosql.databases.arangodb.mapping.ArangoDBRepository;
16-
import org.eclipse.jnosql.databases.arangodb.mapping.Param;
1717

1818
import java.util.List;
1919

0 commit comments

Comments
 (0)