Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/859#discussion_r145067746
--- 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 --
Great spot - thanks for checking thoroughly!---
