Skip to content

Commit b11230b

Browse files
Comments
1 parent 52e0691 commit b11230b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/bundle/BundleMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import com.google.firebase.firestore.model.SnapshotVersion;
1818

1919
/** Represents a Firestore bundle saved by the SDK in its local storage. */
20-
/* package */ public class BundleMetadata {
20+
public class BundleMetadata {
2121
private final String bundleId;
2222
private final int version;
2323
private final SnapshotVersion createTime;

firebase-firestore/src/main/java/com/google/firebase/firestore/bundle/NamedQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import com.google.firebase.firestore.model.SnapshotVersion;
1818

1919
/** Represents a named query saved by the SDK in its local storage. */
20-
/* package */ public class NamedQuery {
20+
public class NamedQuery {
2121
private final String name;
2222
private final BundledQuery bundledQuery;
2323
private final SnapshotVersion readTime;

0 commit comments

Comments
 (0)