File tree Expand file tree Collapse file tree
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 @@ -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