Skip to content

Commit cf107bd

Browse files
Merge
2 parents c4963a3 + 0f56227 commit cf107bd

File tree

1 file changed

+1
-1
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/local

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ private void rewriteCanonicalIds() {
633633
});
634634
}
635635

636-
/** Fill the remote_document's path_length column. */
636+
/** Populates the remote_document's path_length column. */
637637
private void ensurePathLength() {
638638
SQLitePersistence.Query documentsToMigrate =
639639
new SQLitePersistence.Query(

0 commit comments

Comments
 (0)