Skip to content

Commit 8feb735

Browse files
committed
Delete comment
1 parent 8f67c19 commit 8feb735

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/local/OverlayedDocument.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ public Document getDocument() {
3939
*
4040
* <p>If there is no overlay (mutation) for the document, returns FieldMask.EMPTY.
4141
*/
42-
// TODO(b/262245989): This screams for a proper sum type (Tagged Union) which does not exist in
43-
// Java (yet).
4442
public @Nullable FieldMask getMutatedFields() {
4543
return mutatedFields;
4644
}

0 commit comments

Comments
 (0)