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