DeviceAttributes remove
This commit is contained in:
parent
34eef0383a
commit
ad6a52cffd
@ -71,7 +71,7 @@ public class DeviceAttributes {
|
||||
public void remove(AttributeKey key) {
|
||||
Map<String, AttributeKvEntry> map = getMapByScope(key.getScope());
|
||||
if (map != null) {
|
||||
map.remove(key);
|
||||
map.remove(key.getAttributeKey());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user