We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
addAttributes
1 parent 44e7db9 commit 5b7cab8Copy full SHA for 5b7cab8
src/main/java/com/databox/sdk/KPI.java
@@ -57,7 +57,7 @@ public KPI addAttribute(String key, Object value) {
57
58
public KPI addAttributes(Map<String, Object> attributes) {
59
if (attributes != null) {
60
- attributes.putAll(attributes);
+ this.attributes.putAll(attributes);
61
}
62
return this;
63
0 commit comments