File tree Expand file tree Collapse file tree
trunk/google-cloud-firestore/src/main/java/com/google/cloud/firestore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: b73fc8be68a1be14bbb41ec87bdfd31d1073a927
2+ refs/heads/master: 015e56421f67042037ed276353d3c0852483d570
33refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ <T> ApiFuture<T> runTransaction(
8585 ApiFuture <List <DocumentSnapshot >> getAll (final DocumentReference ... documentReferences );
8686
8787 /**
88- * Gets a Firestore {@see WriteBatch} instance that can be used to combine multiple writes.
88+ * Gets a Firestore {@link WriteBatch} instance that can be used to combine multiple writes.
8989 *
9090 * @return A WriteBatch that operates on this Firestore client.
9191 */
Original file line number Diff line number Diff line change 3636import javax .annotation .Nullable ;
3737
3838/**
39- * Abstract class that collects and bundles all write operations for {@see Transaction} and {@see
40- * WriteBatch}.
39+ * Abstract class that collects and bundles all write operations for {@link Transaction} and
40+ * {@link WriteBatch}.
4141 */
4242abstract class UpdateBuilder <T extends UpdateBuilder > {
4343
You can’t perform that action at this time.
0 commit comments