Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/163#discussion_r17543398
--- Diff: policy/src/main/java/brooklyn/enricher/DeltaEnricher.java ---
@@ -30,8 +30,8 @@
/**
* Converts an absolute sensor into a delta sensor (i.e. the diff between
the current and previous value)
*/
-@Catalog(name="Delta", description="Converts an absolute sensor into a
delta sensor "
- + "(i.e. the diff between the current and previous value)")
+//@Catalog(name="Delta", description="Converts an absolute sensor into a
delta sensor "
+// + "(i.e. the diff between the current and previous value)")
--- End diff --
Wouldn't it be better if there is a an explicit check in the catalog
loading code to skip effector items. It would be easier to remove, will be
transparent for newly added effectors.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---