Skip to content

Commit 90fcdc3

Browse files
author
Brian Chen
committed
add todo
1 parent 2c4dded commit 90fcdc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import com.google.firebase.firestore.index.IndexEntry;
1818
import javax.annotation.Nullable;
1919

20+
// TODO: Update with IndexEntry signatures once they've been fleshed out.
2021
/**
2122
* Persistence layers intending to perform index backfills should implement this interface. This
2223
* interface defines the operations that the Index Backfiller needs from the persistence layer.

firebase-firestore/src/test/java/com/google/firebase/firestore/local/MemoryIndexBackfillerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Google LLC
1+
// Copyright 2021 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)