File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Parse/src/main/java/com/parse Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public Task<Void> then(Task<Void> task) throws Exception {
150
150
&& ((ParseException ) task .getError ()).getCode () == ParseException .OBJECT_NOT_FOUND ) {
151
151
synchronized (mutex ) {
152
152
setObjectId (null );
153
- markAllFieldDirty ();
153
+ markAllFieldsDirty ();
154
154
return ParseInstallation .super .saveAsync (sessionToken , toAwait );
155
155
}
156
156
}
Original file line number Diff line number Diff line change @@ -2881,7 +2881,7 @@ private void rebuildEstimatedData() {
2881
2881
}
2882
2882
}
2883
2883
2884
- /* package */ void markAllFieldDirty () {
2884
+ /* package */ void markAllFieldsDirty () {
2885
2885
synchronized (mutex ) {
2886
2886
estimatedData .clear ();
2887
2887
for (String key : state .keySet ()) {
You can’t perform that action at this time.
0 commit comments