提交 a41cc3e9 编写于 作者: J JackieTien97

remove check

上级 ad7a7826
......@@ -62,10 +62,10 @@ public class LastCacheContainer implements ILastCacheContainer {
}
} else if (timeValuePair.getTimestamp() > lastCacheValue.getTimestamp()
|| (timeValuePair.getTimestamp() == lastCacheValue.getTimestamp() && highPriorityUpdate)) {
TsPrimitiveType oldValue = lastCacheValue.getValue();
// TsPrimitiveType oldValue = lastCacheValue.getValue();
lastCacheValue.setTimestamp(timeValuePair.getTimestamp());
lastCacheValue.setValue(timeValuePair.getValue());
return getDiffSize(oldValue, timeValuePair.getValue());
return 0;
}
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册