We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f67c19 commit 8feb735Copy full SHA for 8feb735
firebase-firestore/src/main/java/com/google/firebase/firestore/local/OverlayedDocument.java
@@ -39,8 +39,6 @@ public Document getDocument() {
39
*
40
* <p>If there is no overlay (mutation) for the document, returns FieldMask.EMPTY.
41
*/
42
- // TODO(b/262245989): This screams for a proper sum type (Tagged Union) which does not exist in
43
- // Java (yet).
44
public @Nullable FieldMask getMutatedFields() {
45
return mutatedFields;
46
}
0 commit comments