Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: uncomment TripleRepositoryImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-cegeka committed Oct 5, 2023
1 parent e7c6093 commit 75eee4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.List;
import java.util.Objects;

//@Repository
@Repository
public class TripleRepositoryImpl implements TripleRepository {
private final GraphDBConfig graphDBConfig;

Expand Down

0 comments on commit 75eee4f

Please sign in to comment.