Skip to content

Commit b6e0e17

Browse files
---
yaml --- r: 8485 b: refs/heads/master c: 0b03b69 h: refs/heads/master i: 8483: fdde1a2
1 parent 45d2414 commit b6e0e17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6334d6b612e3e93d313a59df4b771c2ef46534d4
2+
refs/heads/master: 0b03b6973e03cacfb2a7fc0d5f29acff95839ac7
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-firestore/src/main/java/com/google/cloud/firestore/FieldPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* field in the document).
2929
*/
3030
@AutoValue
31-
abstract class FieldPath extends BasePath<FieldPath> {
31+
public abstract class FieldPath extends BasePath<FieldPath> {
3232

3333
/**
3434
* A special sentinel FieldPath to refer to the ID of a document. It can be used in queries to

0 commit comments

Comments
 (0)