This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit efcd90bfe658f8302e544dacfaccb36704281b12
Author: Mykola Mandra <[email protected]>
AuthorDate: Mon Nov 15 18:43:23 2021 +0000

    Fix type name for YamlTimeWeightedDeltaEnricher
    
    Signed-off-by: Mykola Mandra <[email protected]>
---
 policy/src/main/resources/catalog.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/src/main/resources/catalog.bom 
b/policy/src/main/resources/catalog.bom
index 6f454fa..4960c14 100644
--- a/policy/src/main/resources/catalog.bom
+++ b/policy/src/main/resources/catalog.bom
@@ -123,7 +123,7 @@ brooklyn.catalog:
           based on the delta between consecutive values and the elapsed time 
between those values.
     - id: org.apache.brooklyn.enricher.stock.YamlTimeWeightedDeltaEnricher
       item:
-        type: org.apache.brooklyn.enricher.stock.TimeWeightedDeltaEnricher
+        type: org.apache.brooklyn.enricher.stock.YamlTimeWeightedDeltaEnricher
         name: "Time Weighted Delta"
         description: "Converts an absolute count sensor into a delta sensor"
     - id: org.apache.brooklyn.policy.ha.ServiceFailureDetector

Reply via email to