Skip to content

Commit e0f096e

Browse files
hermanliangrogerhu
authored andcommitted
Minor optimization in ParseObject.markAllFieldsDirty() (#603)
1 parent 1e88255 commit e0f096e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Parse/src/main/java/com/parse/ParseObject.java

-1
Original file line numberDiff line numberDiff line change
@@ -2883,7 +2883,6 @@ private void rebuildEstimatedData() {
28832883

28842884
/* package */ void markAllFieldsDirty() {
28852885
synchronized (mutex) {
2886-
estimatedData.clear();
28872886
for (String key : state.keySet()) {
28882887
performPut(key, state.get(key));
28892888
}

0 commit comments

Comments
 (0)