Commit ad6a52cffdb14b66de26c1143f72d654ca38629e

Authored by Igor Kulikov
1 parent 34eef038

DeviceAttributes remove

@@ -71,7 +71,7 @@ public class DeviceAttributes { @@ -71,7 +71,7 @@ public class DeviceAttributes {
71 public void remove(AttributeKey key) { 71 public void remove(AttributeKey key) {
72 Map<String, AttributeKvEntry> map = getMapByScope(key.getScope()); 72 Map<String, AttributeKvEntry> map = getMapByScope(key.getScope());
73 if (map != null) { 73 if (map != null) {
74 - map.remove(key); 74 + map.remove(key.getAttributeKey());
75 } 75 }
76 } 76 }
77 77