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.
2 parents 44e7db9 + 5b7cab8 commit af44051Copy full SHA for af44051
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