Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 5b0dc7f

Browse files
committed
update comments
1 parent 3b3a554 commit 5b0dc7f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/AwaitConsistencyCallableV2.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@
4747
/**
4848
* Decoupled modern consistency polling callable for V2 client.
4949
*
50-
* <p>This callable waits until either replication or Data Boost has caught up to the point it was
51-
* called. It wraps GenerateConsistencyToken and CheckConsistency RPCs and contains absolutely no
52-
* reference or dependency on the data module.
50+
* <p>
51+
* This callable waits until either replication or Data Boost has caught up to
52+
* the point it was called. It wraps GenerateConsistencyToken and
53+
* CheckConsistency RPCs.
5354
*/
5455
@InternalApi
5556
public class AwaitConsistencyCallableV2 extends UnaryCallable<ConsistencyRequest, Void> {

0 commit comments

Comments
 (0)