Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/860#discussion_r144226568
--- Diff:
core/src/main/java/org/apache/brooklyn/core/sensor/AttributeMap.java ---
@@ -212,9 +268,6 @@ public void remove(Collection<String> path) {
* @throws IllegalArgumentException path is null or empty.
*/
public Object getValue(Collection<String> path) {
--- End diff --
Why not deprecate this as well?---
