Skip to content

Commit 0bc2cbe

Browse files
authored
---
yaml --- r: 8473 b: refs/heads/master c: 015e564 h: refs/heads/master i: 8471: dbfefa4
1 parent a21c231 commit 0bc2cbe

3 files changed

Lines changed: 4 additions & 4 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: b73fc8be68a1be14bbb41ec87bdfd31d1073a927
2+
refs/heads/master: 015e56421f67042037ed276353d3c0852483d570
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/Firestore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
import 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
*/
4242
abstract class UpdateBuilder<T extends UpdateBuilder> {
4343

0 commit comments

Comments
 (0)