diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-10-30 20:31:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-10-30 20:31:34 +0000 |
commit | c4a0dae11f166b79969fa2813ce6aba72dbd1560 (patch) | |
tree | 4ac0d4d9afc12e3def3f9f04a04ee9bbf5b24dd6 /participant/participant-impl/participant-impl-http/src | |
parent | 9082093f00a3f21b2f824251c5ce60b775ad312c (diff) | |
parent | 6cec34379cf6f1ca1ff69cd2c8973937d896aa62 (diff) |
Merge "Remove old implementation of statistics in ACM participants"
Diffstat (limited to 'participant/participant-impl/participant-impl-http/src')
-rw-r--r-- | participant/participant-impl/participant-impl-http/src/main/java/org/onap/policy/clamp/acm/participant/http/main/handler/AutomationCompositionElementHandler.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/participant/participant-impl/participant-impl-http/src/main/java/org/onap/policy/clamp/acm/participant/http/main/handler/AutomationCompositionElementHandler.java b/participant/participant-impl/participant-impl-http/src/main/java/org/onap/policy/clamp/acm/participant/http/main/handler/AutomationCompositionElementHandler.java index 89c98400e..6b723750a 100644 --- a/participant/participant-impl/participant-impl-http/src/main/java/org/onap/policy/clamp/acm/participant/http/main/handler/AutomationCompositionElementHandler.java +++ b/participant/participant-impl/participant-impl-http/src/main/java/org/onap/policy/clamp/acm/participant/http/main/handler/AutomationCompositionElementHandler.java @@ -75,17 +75,6 @@ public class AutomationCompositionElementHandler implements AutomationCompositio private ParticipantIntermediaryApi intermediaryApi; /** - * Handle automationCompositionElement statistics. - * - * @param automationCompositionElementId automation composition element id - */ - @Override - public void handleStatistics(UUID automationCompositionElementId) { - // Implementation not needed for http participant - - } - - /** * Handle a automation composition element state change. * * @param automationCompositionElementId the ID of the automation composition element |