Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/859#discussion_r144588755
--- Diff: api/src/main/java/org/apache/brooklyn/api/location/Location.java
---
@@ -89,29 +86,6 @@
boolean containsLocation(Location potentialDescendent);
/**
- * Convenience method for {@code config().get(key)}
- *
- * @see {@link #getConfig(ConfigKey)}
- */
- <T> T getConfig(HasConfigKey<T> key);
--- End diff --
Ooops, went a bit too far on this one, isn't it?
---