Github user grkvlt commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/287#discussion_r73682680
--- Diff:
core/src/main/java/org/apache/brooklyn/core/entity/internal/EntityConfigMap.java
---
@@ -132,7 +132,11 @@ public EntityConfigMap(AbstractEntity entity,
Map<ConfigKey<?>, Object> storage)
// Get own value
if (((ConfigKeySelfExtracting<T>)key).isSet(ownConfig)) {
- ownValue =
Maybe.of(((ConfigKeySelfExtracting<T>)key).extractValue(ownConfig, exec));
+ Map<ConfigKey<?>, ?> ownCopy = null;
--- End diff --
But the compiler won't compile if you don't? Or is that just my misleading
Eclipse settings...?
---
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.
---