From 97122e8f8258ec29779350d6958d8857e009b4e2 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Thu, 28 Mar 2024 02:32:57 +0100 Subject: [PATCH] fix(impl): [#199] Remove relicts from move of business logic to service --- .../irs/policystore/controllers/PolicyStoreController.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/irs-policy-store/src/main/java/org/eclipse/tractusx/irs/policystore/controllers/PolicyStoreController.java b/irs-policy-store/src/main/java/org/eclipse/tractusx/irs/policystore/controllers/PolicyStoreController.java index a89af03c0d..f04f580d84 100644 --- a/irs-policy-store/src/main/java/org/eclipse/tractusx/irs/policystore/controllers/PolicyStoreController.java +++ b/irs-policy-store/src/main/java/org/eclipse/tractusx/irs/policystore/controllers/PolicyStoreController.java @@ -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.",