Skip to content

Commit f19cd92

Browse files
Typo
1 parent a7a18f6 commit f19cd92

File tree

1 file changed

+2
-2
lines changed
  • firebase-firestore/src/testUtil/java/com/google/firebase/firestore/testutil

1 file changed

+2
-2
lines changed

firebase-firestore/src/testUtil/java/com/google/firebase/firestore/testutil/TestUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,9 @@ public static FieldIndex fieldIndex(
631631
}
632632

633633
public static FieldIndex fieldIndex(
634-
String collectionGroup, String field, FieldIndex.Segment.Kind kind, Object... fieldAndKind) {
634+
String collectionGroup, String field, FieldIndex.Segment.Kind kind, Object... fieldsAndKind) {
635635
FieldIndex fieldIndex =
636-
fieldIndex(collectionGroup, -1, FieldIndex.INITIAL_STATE, field, kind, fieldAndKind);
636+
fieldIndex(collectionGroup, -1, FieldIndex.INITIAL_STATE, field, kind, fieldsAndKind);
637637
return fieldIndex;
638638
}
639639

0 commit comments

Comments
 (0)