Skip to content

Commit

Permalink
fixes import at BookRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed Mar 2, 2020
1 parent 28b27c5 commit 23f88e3
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -16,7 +16,6 @@


import jakarta.nosql.mapping.Repository;
import org.eclipse.jnosql.artemis.graph.model.Book;

public interface BookRepository extends Repository<Book, String> {
}

0 comments on commit 23f88e3

Please sign in to comment.