Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jun 21, 2024
1 parent 7beb081 commit a9636b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/fiware/odrl/rego/PolicyRepository.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ default String generatePolicyId() {

Optional<PolicyWrapper> getPolicy(String id);

@Transactional
Map<String, PolicyWrapper> getPolicies();

@Transactional
Map<String, PolicyWrapper> getPolicies(int page, int pageSize);

void deletePolicy(String id);
Expand Down

0 comments on commit a9636b9

Please sign in to comment.