Skip to content

Commit

Permalink
feat(policy-api):[eclipse-tractusx#639] Name todos
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 2, 2024
1 parent 0d4be46 commit da6a7a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ public class PolicyPagingService {
*/
public Page<PolicyWithBpn> getPolicies(final Map<String, List<Policy>> bpnToPoliciesMap, final Pageable pageable) {

// TODO #639 implement multi-sort
// TODO (mfischer): #639 implement multi-sort:
final Comparator<PolicyWithBpn> comparator = getComparator(pageable);

// TODO #639 implement (multi-)filter
// TODO (mfischer): #750 implement (multi-)filter
final Predicate<Policy> filter = policy -> true;

final List<PolicyWithBpn> policies = bpnToPoliciesMap.entrySet()
Expand Down

0 comments on commit da6a7a6

Please sign in to comment.