}
// This old way stored attribute values if they were under a certain size
// if (com.vladium.utils.ObjectProfiler.sizeof(newValue) < 200)
if (newValue instanceof Number)
valueHistory.addValue(new Value(newValue, System.currentTimeMillis()));
currentValue = newValue;
}
}