Closed alexxv closed 7 years ago
to replace calls like this: .attribute("attributeOfTypeLog", Long.toString(attrLongValue)) with .attribute("attributeOfTypeLog", attrLongValue)
.attribute("attributeOfTypeLog", Long.toString(attrLongValue))
.attribute("attributeOfTypeLog", attrLongValue)
to replace calls like this:
.attribute("attributeOfTypeLog", Long.toString(attrLongValue))
with.attribute("attributeOfTypeLog", attrLongValue)