Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/462#discussion_r100810977
--- Diff:
core/src/main/java/org/apache/brooklyn/core/objs/BrooklynObjectInternal.java ---
@@ -152,8 +152,8 @@
/** This is currently the only way to get some rolled up
collections and raw,
* and also to test for the presence of a value (without any
default).
* As more accessors are added callers may be asked to migrate.
- * Callers may also consider using {@link
#findKeys(com.google.common.base.Predicate)}
- * if that isn't too inefficient. */
+ * Callers may also consider using {@link
#findKeysDeprecated(com.google.common.base.Predicate)}
--- End diff --
yes - TY
---
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.
---