We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d2414 commit b6e0e17Copy full SHA for b6e0e17
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6334d6b612e3e93d313a59df4b771c2ef46534d4
+refs/heads/master: 0b03b6973e03cacfb2a7fc0d5f29acff95839ac7
3
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
4
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
5
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
trunk/google-cloud-firestore/src/main/java/com/google/cloud/firestore/FieldPath.java
@@ -28,7 +28,7 @@
28
* field in the document).
29
*/
30
@AutoValue
31
-abstract class FieldPath extends BasePath<FieldPath> {
+public abstract class FieldPath extends BasePath<FieldPath> {
32
33
/**
34
* A special sentinel FieldPath to refer to the ID of a document. It can be used in queries to
0 commit comments