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.
2 parents c4963a3 + 0f56227 commit cf107bdCopy full SHA for cf107bd
firebase-firestore/src/main/java/com/google/firebase/firestore/local/SQLiteSchema.java
@@ -633,7 +633,7 @@ private void rewriteCanonicalIds() {
633
});
634
}
635
636
- /** Fill the remote_document's path_length column. */
+ /** Populates the remote_document's path_length column. */
637
private void ensurePathLength() {
638
SQLitePersistence.Query documentsToMigrate =
639
new SQLitePersistence.Query(
0 commit comments