Skip to content

Commit

Permalink
fix(impl): [#199] Remove relicts from move of business logic to service
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Mar 28, 2024
1 parent 968b04d commit 97122e8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ public class PolicyStoreController {
public static final String BPN_REGEX = BusinessPartnerNumberListValidator.BPN_REGEX;

private final PolicyStoreService service;
private final EdcTransformer edcTransformer;
private static final String DEFAULT = "default";

@Operation(operationId = "registerAllowedPolicy",
summary = "Register a policy that should be accepted in EDC negotiation.",
Expand Down

0 comments on commit 97122e8

Please sign in to comment.