Skip to content

Commit fffbe08

Browse files
Update Bundle API documentation (#2412)
* Update Bundle API documentation * Revert Storage
1 parent 0d2d21e commit fffbe08

File tree

3 files changed

+74
-68
lines changed

3 files changed

+74
-68
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,9 @@ public ListenerRegistration addSnapshotsInSyncListener(
586586
}
587587

588588
/**
589-
* Loads a Firestore Bundle into the local cache.
589+
* Loads a Firestore bundle into the local cache.
590590
*
591-
* @param bundleData A stream representing the Bundle to be loaded.
591+
* @param bundleData A stream representing the bundle to be loaded.
592592
* @return A {@link LoadBundleTask}, which notifies callers with progress updates, and completion
593593
* or error events.
594594
*/
@@ -601,9 +601,9 @@ public LoadBundleTask loadBundle(@NonNull InputStream bundleData) {
601601
}
602602

603603
/**
604-
* Loads a Firestore Bundle into the local cache.
604+
* Loads a Firestore bundle into the local cache.
605605
*
606-
* @param bundleData A byte array representing the Bundle to be loaded.
606+
* @param bundleData A byte array representing the bundle to be loaded.
607607
* @return A {@link LoadBundleTask}, which notifies callers with progress updates, and completion
608608
* or error events.
609609
*/
@@ -613,9 +613,9 @@ public LoadBundleTask loadBundle(@NonNull byte[] bundleData) {
613613
}
614614

615615
/**
616-
* Loads a Firestore Bundle into the local cache.
616+
* Loads a Firestore bundle into the local cache.
617617
*
618-
* @param bundleData A ByteBuffer representing the Bundle to be loaded.
618+
* @param bundleData A ByteBuffer representing the bundle to be loaded.
619619
* @return A {@link LoadBundleTask}, which notifies callers with progress updates, and completion
620620
* or error events.
621621
*/

0 commit comments

Comments
 (0)